| commit | 8909cdfff9ce35df42c94fc64602747e782db0ab | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Thu Sep 29 20:33:10 2011 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Thu Sep 29 20:33:10 2011 +0000 |
| tree | e799bfaac52b9726ab0ea4579cee6dba649247c9 | |
| parent | 6626447929ee90a7fcf17555d6068a64bc9979d7 [diff] [blame] |
Windows port work by Ruben Van Boxem llvm-svn: 140805
diff --git a/libcxx/include/__locale b/libcxx/include/__locale index b2cbd38..8aa8fc1 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale
@@ -20,7 +20,7 @@ #include <cctype> #include <locale.h> #if _WIN32 -# include <support/win32/locale.h> +# include <support/win32/locale_win32.h> #else // _WIN32 # include <xlocale.h> #endif // _WIN32