summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/MathExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/Support/MathExtras.h')
-rw-r--r--llvm/include/Support/MathExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/Support/MathExtras.h b/llvm/include/Support/MathExtras.h
index d9076580b7e..d73394149ba 100644
--- a/llvm/include/Support/MathExtras.h
+++ b/llvm/include/Support/MathExtras.h
@@ -7,7 +7,7 @@
#ifndef SUPPORT_MATH_EXTRAS_H
#define SUPPORT_MATH_EXTRAS_H
-#include <Support/DataTypes.h>
+#include "Support/DataTypes.h"
inline unsigned log2(uint64_t C) {
unsigned getPow;
OpenPOWER on IntegriCloud