diff options
-rw-r--r-- | lib/System/Win32/Win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h index 02ca9d380f..55ab3e7b2b 100644 --- a/lib/System/Win32/Win32.h +++ b/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> |