diff options
Diffstat (limited to 'libcxx/test/std/re/re.regex/re.regex.assign/ptr.pass.cpp')
-rw-r--r-- | libcxx/test/std/re/re.regex/re.regex.assign/ptr.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.regex/re.regex.assign/ptr.pass.cpp b/libcxx/test/std/re/re.regex/re.regex.assign/ptr.pass.cpp index 4c42f822a1e..d2af1f9b3d1 100644 --- a/libcxx/test/std/re/re.regex/re.regex.assign/ptr.pass.cpp +++ b/libcxx/test/std/re/re.regex/re.regex.assign/ptr.pass.cpp @@ -15,6 +15,7 @@ #include <regex> #include <cassert> +#include "test_macros.h" int main() { |