diff options
Diffstat (limited to 'libcxx/test/std/depr/depr.c.headers/stdbool_h.pass.cpp')
-rw-r--r-- | libcxx/test/std/depr/depr.c.headers/stdbool_h.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/depr/depr.c.headers/stdbool_h.pass.cpp b/libcxx/test/std/depr/depr.c.headers/stdbool_h.pass.cpp index 132ad9c5cd9..ca580a8db8e 100644 --- a/libcxx/test/std/depr/depr.c.headers/stdbool_h.pass.cpp +++ b/libcxx/test/std/depr/depr.c.headers/stdbool_h.pass.cpp @@ -10,6 +10,8 @@ #include <stdbool.h> +#include "test_macros.h" + #ifndef __bool_true_false_are_defined #error __bool_true_false_are_defined not defined #endif |