diff options
Diffstat (limited to 'libcxx/test/std/re/re.syn/cmatch.pass.cpp')
-rw-r--r-- | libcxx/test/std/re/re.syn/cmatch.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.syn/cmatch.pass.cpp b/libcxx/test/std/re/re.syn/cmatch.pass.cpp index 1364b7873ea..bf467bcbc77 100644 --- a/libcxx/test/std/re/re.syn/cmatch.pass.cpp +++ b/libcxx/test/std/re/re.syn/cmatch.pass.cpp @@ -13,6 +13,7 @@ #include <regex> #include <type_traits> +#include "test_macros.h" int main() { |