diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-10-13 18:57:30 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-10-13 18:57:30 +0000 |
commit | 30ae556319d678f99e1bc2d89c89a8f06893729e (patch) | |
tree | 4d3b06d66d2fa1d51fabdc9b41acf84a33c478e4 | |
parent | 0e528202b85c80b0d027d19bf82dc09ae4b7a7e3 (diff) | |
download | bcm5719-llvm-30ae556319d678f99e1bc2d89c89a8f06893729e.tar.gz bcm5719-llvm-30ae556319d678f99e1bc2d89c89a8f06893729e.zip |
Fix build.
llvm-svn: 315732
-rw-r--r-- | lld/Common/Threads.cpp | 1 |
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; |