diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-18 08:27:12 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-18 08:27:12 +0000 |
commit | 8ad8b454b4916f3cbee9af77a1095ffbf2bc0896 (patch) | |
tree | 10fcc61fc9faa64dcff77a8edde0d6aea60914a2 /test/libcxx/language.support/has_c11_features.pass.cpp | |
parent | 4504f4f22a7d118de108a06e3417fac15af31ff9 (diff) |
Notes
Diffstat (limited to 'test/libcxx/language.support/has_c11_features.pass.cpp')
-rw-r--r-- | test/libcxx/language.support/has_c11_features.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/language.support/has_c11_features.pass.cpp b/test/libcxx/language.support/has_c11_features.pass.cpp index cdccc00e21b4..4edec534eb98 100644 --- a/test/libcxx/language.support/has_c11_features.pass.cpp +++ b/test/libcxx/language.support/has_c11_features.pass.cpp @@ -14,6 +14,9 @@ // _LIBCPP_HAS_C11_FEATURES - which is defined in <__config> // They should always be the same +#include <__config> +#include "test_macros.h" + #ifdef TEST_HAS_C11_FEATURES # ifndef _LIBCPP_HAS_C11_FEATURES # error "TEST_HAS_C11_FEATURES is defined, but _LIBCPP_HAS_C11_FEATURES is not" |