diff options
Diffstat (limited to 'libcxx/include/locale')
| -rw-r--r-- | libcxx/include/locale | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/locale b/libcxx/include/locale index e40a04ce154..2c532a7241c 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 |

