summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/Win32/Win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Win32.h b/llvm/lib/System/Win32/Win32.h
index 02ca9d380fc..55ab3e7b2b8 100644
--- a/llvm/lib/System/Win32/Win32.h
+++ b/llvm/lib/System/Win32/Win32.h
@@ -20,7 +20,7 @@
#define _WIN32_WINNT 0x0500
#include "llvm/Config/config.h" // Get build system configuration settings
-#include "windows.h"
+#include <Windows.h>
#include <cassert>
#include <string>
OpenPOWER on IntegriCloud