[llvm] r334644 - Add missing #include.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 13 12:37:41 PDT 2018
Author: zturner
Date: Wed Jun 13 12:37:41 2018
New Revision: 334644
URL: http://llvm.org/viewvc/llvm-project?rev=334644&view=rev
Log:
Add missing #include.
Modified:
llvm/trunk/include/llvm/Support/ThreadPool.h
Modified: llvm/trunk/include/llvm/Support/ThreadPool.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ThreadPool.h?rev=334644&r1=334643&r2=334644&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ThreadPool.h (original)
+++ llvm/trunk/include/llvm/Support/ThreadPool.h Wed Jun 13 12:37:41 2018
@@ -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"
More information about the llvm-commits
mailing list