summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-06-14 04:58:19 +0000
committerEric Fiselier <eric@efcs.ca>2016-06-14 04:58:19 +0000
commit9275b21947c53250f7e3bf97cc095f7683f6afc5 (patch)
treeacfdbc50c0a32a97f1b17e88b880f1b963b362f2 /libcxx/test/std
parent596d408718336c27fe7ae5e8eb95d0886dbf2b64 (diff)
downloadbcm5719-llvm-9275b21947c53250f7e3bf97cc095f7683f6afc5.tar.gz
bcm5719-llvm-9275b21947c53250f7e3bf97cc095f7683f6afc5.zip
Add missing include
llvm-svn: 272638
Diffstat (limited to 'libcxx/test/std')
-rw-r--r--libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp b/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp
index d63dc12909d..68f84fe32de 100644
--- a/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp
+++ b/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp
@@ -20,6 +20,8 @@
#include <mutex>
#include <cassert>
+#include "test_macros.h"
+
struct TestMutex {
bool locked = false;
TestMutex() = default;
OpenPOWER on IntegriCloud