summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/InitLLVM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/InitLLVM.cpp')
-rw-r--r--llvm/lib/Support/InitLLVM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/InitLLVM.cpp b/llvm/lib/Support/InitLLVM.cpp
index bb9b569d2de..5c56b773ea6 100644
--- a/llvm/lib/Support/InitLLVM.cpp
+++ b/llvm/lib/Support/InitLLVM.cpp
@@ -15,7 +15,7 @@
#include <string>
#ifdef _WIN32
-#include "Windows/WindowsSupport.h"
+#include "llvm/Support/Windows/WindowsSupport.h"
#endif
using namespace llvm;
OpenPOWER on IntegriCloud