Skip to content

Commit 7b5a265

Browse files
committed
Fixes CI.
1 parent 7fbba32 commit 7b5a265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libcxx/include/__chrono/gps_clock.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# pragma GCC system_header
2626
# endif
2727

28+
_LIBCPP_PUSH_MACROS
29+
# include <__undef_macros>
30+
2831
_LIBCPP_BEGIN_NAMESPACE_STD
2932

3033
# if _LIBCPP_STD_VER >= 20 && _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
@@ -80,6 +83,8 @@ class gps_clock {
8083

8184
_LIBCPP_END_NAMESPACE_STD
8285

86+
_LIBCPP_POP_MACROS
87+
8388
#endif // _LIBCPP_HAS_EXPERIMENTAL_TZDB
8489

8590
#endif // _LIBCPP___CHRONO_GPS_CLOCK_H

0 commit comments

Comments
 (0)