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