Add #include <condition_variable> to fix build after 85fb997659b5

See https://reviews.llvm.org/D74300#1884614
This commit is contained in:
Hans Wennborg 2020-02-20 16:35:30 +01:00
parent 1d1faa0ca2
commit e1296518ec

View File

@ -15,6 +15,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include <condition_variable>
#if LLVM_ENABLE_THREADS
#include <future>
#endif