From 7fc6a55688c816f5fc1a5481ae7af25be7500356 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 31 May 2019 18:35:30 +0000 Subject: Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. llvm-svn: 362252 --- libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp') diff --git a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp index 71c74f2ba04..9bca19c82a0 100644 --- a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp @@ -12,6 +12,8 @@ #include +#include "test_macros.h" + template void test_enum_imp() { -- cgit v1.2.3