diff options
Diffstat (limited to 'system/include/libcxx/clocale')
-rw-r--r-- | system/include/libcxx/clocale | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/clocale b/system/include/libcxx/clocale index 6982f84e..f8b8f0dd 100644 --- a/system/include/libcxx/clocale +++ b/system/include/libcxx/clocale @@ -38,7 +38,9 @@ lconv* localeconv(); #include <__config> #include <locale.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |