Skip to content

Commit 3189eaf

Browse files
committed
[libc++][chrono] Adds a missing main include.
1 parent 0668bb2 commit 3189eaf

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
@@ -1073,6 +1073,7 @@ constexpr chrono::year operator ""y(unsigned lo
10731073

10741074
# if _LIBCPP_HAS_TIME_ZONE_DATABASE && _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
10751075
# include <__chrono/leap_second.h>
1076+
# include <__chrono/gps_clock.h>
10761077
# include <__chrono/tai_clock.h>
10771078
# include <__chrono/time_zone.h>
10781079
# include <__chrono/time_zone_link.h>

0 commit comments

Comments
 (0)