diff --git a/include/llvm/Support/ThreadPool.h b/include/llvm/Support/ThreadPool.h index 485223f8c53..26e0ee84b48 100644 --- a/include/llvm/Support/ThreadPool.h +++ b/include/llvm/Support/ThreadPool.h @@ -14,6 +14,7 @@ #ifndef LLVM_SUPPORT_THREAD_POOL_H #define LLVM_SUPPORT_THREAD_POOL_H +#include "llvm/ADT/STLExtras.h" #include "llvm/Config/llvm-config.h" #include "llvm/Support/thread.h"