mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Add #include <condition_variable> to fix build after 85fb997659b5
See https://reviews.llvm.org/D74300#1884614
This commit is contained in:
parent
1d1faa0ca2
commit
e1296518ec
@ -15,6 +15,7 @@
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/Format.h"
|
||||
|
||||
#include <condition_variable>
|
||||
#if LLVM_ENABLE_THREADS
|
||||
#include <future>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user