diff options
Diffstat (limited to 'libcxx/test/std/utilities/time/weeks.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/time/weeks.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/time/weeks.pass.cpp b/libcxx/test/std/utilities/time/weeks.pass.cpp index 5a0cf3417f5..82ca68ad217 100644 --- a/libcxx/test/std/utilities/time/weeks.pass.cpp +++ b/libcxx/test/std/utilities/time/weeks.pass.cpp @@ -15,6 +15,8 @@ #include <type_traits> #include <limits> +#include "test_macros.h" + int main(int, char**) { typedef std::chrono::weeks D; |