From f27631034af5302e7124461296b4b647bd8fc88b Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Wed, 22 Nov 2017 12:29:17 +0000 Subject: [PATCH] Add another test_macros.h include I missed to tuple.by.type.pass.cpp git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318830 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp b/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp index 2f7ee4442..af9424806 100644 --- a/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp +++ b/test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp @@ -11,6 +11,7 @@ #include #include +#include "test_macros.h" struct UserType {};