From cc2e1ab69cab140b4f48916ced56f32e9529838c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 10 Feb 2015 17:32:49 +0000 Subject: Add pragma system header to some experimental headers and add newlines to files. llvm-svn: 228712 --- libcxx/include/experimental/system_error | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcxx/include/experimental/system_error') diff --git a/libcxx/include/experimental/system_error b/libcxx/include/experimental/system_error index 2a278b5443a..9b9ab333b5a 100644 --- a/libcxx/include/experimental/system_error +++ b/libcxx/include/experimental/system_error @@ -40,6 +40,10 @@ inline namespace fundamentals_v1 { #include +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif + _LIBCPP_BEGIN_NAMESPACE_LFTS #if __has_feature(cxx_variable_templates) -- cgit v1.2.3