Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-09-22 23:10:18 +0400
committerHoward Hinnant <hhinnant@apple.com>2011-09-22 23:10:18 +0400
commit3c78ca07bcfad4053c713cb96538594480fde3af (patch)
tree0bba5686be76fd18a86605bba7132575e5faea13 /libcxx/include/locale
parentf9b785f1851ae7ee0d39b597637daaf966d356dc (diff)
Partial Windows port by Ruben Van Boxem
llvm-svn: 140328
Diffstat (limited to 'libcxx/include/locale')
-rw-r--r--libcxx/include/locale2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/locale b/libcxx/include/locale
index e40a04ce1546..2c532a7241c5 100644
--- a/libcxx/include/locale
+++ b/libcxx/include/locale
@@ -186,7 +186,9 @@ template <class charT> class messages_byname;
#endif
#include <cstdlib>
#include <ctime>
+#if !_WIN32
#include <nl_types.h>
+#endif // !_WIN32
#pragma GCC system_header