Wrap include of <future> in some warning suppression pragmas
authorReid Kleckner <rnk@google.com>
Tue, 15 Dec 2015 22:10:30 +0000 (22:10 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 15 Dec 2015 22:10:30 +0000 (22:10 +0000)
commit2f080af4c09067699da3bd4e442254efdb0fc5e0
tree42f3f4fc810384bf45b179ff973e58fa9e110523
parent3768c07818ad882f8bcc97e0fb35e358fd799b27
Wrap include of <future> in some warning suppression pragmas

Eventually we may need to sink this include to the .cpp file or
something to suport LLVM_ENABLE_THREADS=OFF, but this solves my
immediate problem of fixing the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255682 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ThreadPool.h