summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-25 10:50:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-25 10:50:11 +0000
commit1b3437c69a1c6174b4ccdb346a10c0b4035886ab (patch)
tree666656c94c3182cc3412c27af59ff217c20bfb18
parentbd28c373c4f37b01716068872bc9d68c01973208 (diff)
downloadbcm5719-llvm-1b3437c69a1c6174b4ccdb346a10c0b4035886ab.tar.gz
bcm5719-llvm-1b3437c69a1c6174b4ccdb346a10c0b4035886ab.zip
unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead.
llvm-svn: 198011
-rw-r--r--llvm/unittests/Support/ProcessTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ProcessTest.cpp b/llvm/unittests/Support/ProcessTest.cpp
index 27c2318215d..af6a6f921b0 100644
--- a/llvm/unittests/Support/ProcessTest.cpp
+++ b/llvm/unittests/Support/ProcessTest.cpp
@@ -11,7 +11,7 @@
#include "gtest/gtest.h"
#ifdef LLVM_ON_WIN32
-#include "windows.h"
+#include <windows.h>
#endif
namespace {
OpenPOWER on IntegriCloud