From 86f0b70f379841a1cc87f84438cf8f41215a7b75 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 13 Dec 2017 22:12:57 +0000 Subject: Speculative build fix for lld on Linux after Michael's #include removals llvm-svn: 320645 --- llvm/lib/Support/ThreadPool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/ThreadPool.cpp') diff --git a/llvm/lib/Support/ThreadPool.cpp b/llvm/lib/Support/ThreadPool.cpp index a5dc6b5cd55..d0212ca1346 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; -- cgit v1.2.3