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