aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/MathExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/MathExtras.h')
-rw-r--r--include/llvm/Support/MathExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/MathExtras.h b/include/llvm/Support/MathExtras.h
index d9076580b7..d73394149b 100644
--- a/include/llvm/Support/MathExtras.h
+++ b/include/llvm/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;