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 aa99ff7e858..b2afbd40e07 100644 --- a/libcxx/include/locale +++ b/libcxx/include/locale @@ -192,7 +192,9 @@ template <class charT> class messages_byname; #include <nl_types.h> #endif // !_WIN32 +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |

