OSDN Git Service

Speculative build fix for lld on Linux after Michael's #include removals
authorHans Wennborg <hans@hanshq.net>
Wed, 13 Dec 2017 22:12:57 +0000 (22:12 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 13 Dec 2017 22:12:57 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320645 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ThreadPool.cpp

index a5dc6b5..d0212ca 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "llvm/Config/llvm-config.h"
 #include "llvm/Support/Threading.h"
+#include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;