From 37332d772480307af423fbea817c29a0832be86e Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Tue, 21 Nov 2017 22:16:57 +0000 Subject: Add missing test_macros.h inclusion. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318808 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/std/re/re.grammar/excessive_brace_count.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/std/re/re.grammar/excessive_brace_count.pass.cpp b/test/std/re/re.grammar/excessive_brace_count.pass.cpp index cc74a89f3..597182e7e 100644 --- a/test/std/re/re.grammar/excessive_brace_count.pass.cpp +++ b/test/std/re/re.grammar/excessive_brace_count.pass.cpp @@ -15,6 +15,7 @@ #include #include +#include "test_macros.h" int main() { for (std::regex_constants::syntax_option_type op : -- cgit v1.2.3