Skip to content

Commit f60bec9

Browse files
authored
[libc++][chrono] Adds a missing main include. (#132100)
1 parent 7be243a commit f60bec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/chrono

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,7 @@ constexpr chrono::year operator ""y(unsigned lo
10721072
# endif
10731073

10741074
# if _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
1075+
# include <__chrono/gps_clock.h>
10751076
# include <__chrono/leap_second.h>
10761077
# include <__chrono/tai_clock.h>
10771078
# include <__chrono/time_zone.h>

0 commit comments

Comments
 (0)