Windows port work by Ruben Van Boxem

llvm-svn: 140805
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 8909cdfff9ce35df42c94fc64602747e782db0ab
diff --git a/src/locale.cpp b/src/locale.cpp
index f303e8f..c75a154 100644
--- a/src/locale.cpp
+++ b/src/locale.cpp
@@ -20,7 +20,7 @@
 #include "cwctype"
 #include "__sso_allocator"
 #if _WIN32
-#include <support/win32/locale.h>
+#include <support/win32/locale_win32.h>
 #else // _WIN32
 #include <langinfo.h>
 #endif // _!WIN32