summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/IsNAN.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/IsNAN.cpp')
-rw-r--r--llvm/lib/Support/IsNAN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/IsNAN.cpp b/llvm/lib/Support/IsNAN.cpp
index ade6bf1dc86..75c813f41aa 100644
--- a/llvm/lib/Support/IsNAN.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud