diff options
Diffstat (limited to 'libcxx/test/std/language.support/support.exception/exception/exception.pass.cpp')
-rw-r--r-- | libcxx/test/std/language.support/support.exception/exception/exception.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/language.support/support.exception/exception/exception.pass.cpp b/libcxx/test/std/language.support/support.exception/exception/exception.pass.cpp index 893a7d5b363..1a04aca654a 100644 --- a/libcxx/test/std/language.support/support.exception/exception/exception.pass.cpp +++ b/libcxx/test/std/language.support/support.exception/exception/exception.pass.cpp @@ -12,6 +12,8 @@ #include <type_traits> #include <cassert> +#include "test_macros.h" + int main(int, char**) { static_assert(std::is_polymorphic<std::exception>::value, |