summaryrefslogtreecommitdiffstats
path: root/libcxx/include/locale
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-09-29 20:33:10 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-09-29 20:33:10 +0000
commit8909cdfff9ce35df42c94fc64602747e782db0ab (patch)
treee799bfaac52b9726ab0ea4579cee6dba649247c9 /libcxx/include/locale
parent6626447929ee90a7fcf17555d6068a64bc9979d7 (diff)
downloadbcm5719-llvm-8909cdfff9ce35df42c94fc64602747e782db0ab.tar.gz
bcm5719-llvm-8909cdfff9ce35df42c94fc64602747e782db0ab.zip
Windows port work by Ruben Van Boxem
llvm-svn: 140805
Diffstat (limited to 'libcxx/include/locale')
-rw-r--r--libcxx/include/locale3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/include/locale b/libcxx/include/locale
index c0b5f9e7db5..9f9996a01f2 100644
--- a/libcxx/include/locale
+++ b/libcxx/include/locale
@@ -187,8 +187,7 @@ template <class charT> class messages_byname;
#include <cstdlib>
#include <ctime>
#if _WIN32
-#include <support/win32/support.h>
-#include <support/win32/locale.h>
+#include <support/win32/locale_win32.h>
#else // _WIN32
#include <nl_types.h>
#endif // !_WIN32
OpenPOWER on IntegriCloud