summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-10-13 18:57:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-10-13 18:57:30 +0000
commit30ae556319d678f99e1bc2d89c89a8f06893729e (patch)
tree4d3b06d66d2fa1d51fabdc9b41acf84a33c478e4
parent0e528202b85c80b0d027d19bf82dc09ae4b7a7e3 (diff)
downloadbcm5719-llvm-30ae556319d678f99e1bc2d89c89a8f06893729e.tar.gz
bcm5719-llvm-30ae556319d678f99e1bc2d89c89a8f06893729e.zip
Fix build.
llvm-svn: 315732
-rw-r--r--lld/Common/Threads.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/Common/Threads.cpp b/lld/Common/Threads.cpp
index 86c8f43f5fc..2667683a1c8 100644
--- a/lld/Common/Threads.cpp
+++ b/lld/Common/Threads.cpp
@@ -9,6 +9,7 @@
#include "lld/Common/Threads.h"
#include <thread>
+#include <vector>
static std::vector<std::thread> Threads;
OpenPOWER on IntegriCloud