diff options
Diffstat (limited to 'system/include/libcxx/codecvt')
-rw-r--r-- | system/include/libcxx/codecvt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/codecvt b/system/include/libcxx/codecvt index 86fdc727..6c44e343 100644 --- a/system/include/libcxx/codecvt +++ b/system/include/libcxx/codecvt @@ -55,7 +55,9 @@ class codecvt_utf8_utf16 #include <__config> #include <__locale> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |