diff options
Diffstat (limited to 'libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp')
-rw-r--r-- | libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp b/libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp index 41ac0cee0d6..81a103c7248 100644 --- a/libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp +++ b/libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp @@ -17,6 +17,7 @@ #include <regex> #include <cassert> +#include "test_macros.h" int main() { |