aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__filesystem/file_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__filesystem/file_status.h')
-rw-r--r--libcxx/include/__filesystem/file_status.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/__filesystem/file_status.h b/libcxx/include/__filesystem/file_status.h
index a8f653ab44fc..ac3f6cbed9d7 100644
--- a/libcxx/include/__filesystem/file_status.h
+++ b/libcxx/include/__filesystem/file_status.h
@@ -15,6 +15,10 @@
#include <__filesystem/file_type.h>
#include <__filesystem/perms.h>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
+# pragma GCC system_header
+#endif
+
#ifndef _LIBCPP_CXX03_LANG
_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM