diff options
Diffstat (limited to 'libcxx/test/std/depr/depr.c.headers/time_h.pass.cpp')
-rw-r--r-- | libcxx/test/std/depr/depr.c.headers/time_h.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/time_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/time_h.pass.cpp index 5c2cc57bc69..31aff19c535 100644 --- a/libcxx/test/std/depr/depr.c.headers/time_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/time_h.pass.cpp @@ -11,6 +11,8 @@ #include <time.h> #include <type_traits> +#include "test_macros.h" + #ifndef NULL #error NULL not defined #endif |