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

See https://reviews.llvm.org/D74300#1884614
This commit is contained in:
Hans Wennborg 2020-02-20 16:35:30 +01:00
parent 216a6e0524
commit 1f984c83a4
1 changed files with 1 additions and 0 deletions

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