summaryrefslogtreecommitdiff
path: root/lib/Support/IsNAN.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/IsNAN.cpp')
-rw-r--r--lib/Support/IsNAN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/IsNAN.cpp b/lib/Support/IsNAN.cpp
index ade6bf1dc8..75c813f41a 100644
--- a/lib/Support/IsNAN.cpp
+++ b/lib/Support/IsNAN.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "Config/config.h"
+#include "llvm/Config/config.h"
#if HAVE_ISNAN_IN_MATH_H
# include <math.h>
#elif HAVE_ISNAN_IN_CMATH