summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2017-11-22 12:29:17 +0000
committerBilly Robert O'Neal III <bion@microsoft.com>2017-11-22 12:29:17 +0000
commitf27631034af5302e7124461296b4b647bd8fc88b (patch)
treec0aa0bd1f2402d40d6cc626f1c5aabe3c19bcbc3 /test
parent67e20f21d4148298622b16e6447e8e42b226671e (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp1
1 files changed, 1 insertions, 0 deletions
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 <tuple>
#include <string>
+#include "test_macros.h"
struct UserType {};