diff options
Diffstat (limited to 'libcxx/test/std/diagnostics/assertions/cassert.pass.cpp')
-rw-r--r-- | libcxx/test/std/diagnostics/assertions/cassert.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp b/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp index a18a4d0df03..79e17fc9d9f 100644 --- a/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp +++ b/libcxx/test/std/diagnostics/assertions/cassert.pass.cpp @@ -10,6 +10,8 @@ #include <cassert> +#include "test_macros.h" + #ifndef assert #error assert not defined #endif |