diff --git a/string/test/regex_test.cpp b/string/test/regex_test.cpp index 7eb440b..c0a0a45 100644 --- a/string/test/regex_test.cpp +++ b/string/test/regex_test.cpp @@ -14,6 +14,7 @@ #include #include #include +#include #include #include diff --git a/string/test/replace_test.cpp b/string/test/replace_test.cpp index a17e3e3..998fe66 100644 --- a/string/test/replace_test.cpp +++ b/string/test/replace_test.cpp @@ -15,10 +15,10 @@ #include #include -#include -#include #include #include +#include +#include // equals predicate is used for result comparison #include