diff options
-rw-r--r-- | libcxx/src/chrono.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/chrono.cpp b/libcxx/src/chrono.cpp index 14b848bfc9c..266eed84ea8 100644 --- a/libcxx/src/chrono.cpp +++ b/libcxx/src/chrono.cpp @@ -6,7 +6,7 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -#define _LIBCPP_BUILDING_CHRONO + #include "chrono" #include "cerrno" // errno #include "system_error" // __throw_system_error |