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