diff options
Diffstat (limited to 'test/std/re/re.regex/re.regex.const/constants.pass.cpp')
-rw-r--r-- | test/std/re/re.regex/re.regex.const/constants.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/std/re/re.regex/re.regex.const/constants.pass.cpp b/test/std/re/re.regex/re.regex.const/constants.pass.cpp index 85297b91f4337..e699de819b0d8 100644 --- a/test/std/re/re.regex/re.regex.const/constants.pass.cpp +++ b/test/std/re/re.regex/re.regex.const/constants.pass.cpp @@ -27,6 +27,7 @@ #include <regex> #include <type_traits> +#include "test_macros.h" template <class _Tp> void where(const _Tp &) {} |