commit | 86f0b70f379841a1cc87f84438cf8f41215a7b75 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Wed Dec 13 22:12:57 2017 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Wed Dec 13 22:12:57 2017 +0000 |
tree | 4cccdc34fb60352854736fcc2de7aa3db145c756 | |
parent | 49dbfe7de9fad447c95de6eeae497ef4c52fa415 [diff] [blame] |
Speculative build fix for lld on Linux after Michael's #include removals llvm-svn: 320645
diff --git a/llvm/lib/Support/ThreadPool.cpp b/llvm/lib/Support/ThreadPool.cpp index a5dc6b5..d0212ca 100644 --- a/llvm/lib/Support/ThreadPool.cpp +++ b/llvm/lib/Support/ThreadPool.cpp
@@ -15,6 +15,7 @@ #include "llvm/Config/llvm-config.h" #include "llvm/Support/Threading.h" +#include "llvm/Support/raw_ostream.h" using namespace llvm;