Skip to content

Commit e3879b3

Browse files
committed
Add missing pragma GCC system_header
1 parent c3453b6 commit e3879b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/include/__atomic/floating_point_helper.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
#include <__type_traits/is_floating_point.h>
1414
#include <__type_traits/is_same.h>
1515

16+
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
17+
# pragma GCC system_header
18+
#endif
19+
1620
_LIBCPP_BEGIN_NAMESPACE_STD
1721

1822
#if _LIBCPP_STD_VER >= 20

0 commit comments

Comments
 (0)