1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[ORC] Add a missing #include atomic.

Hopefully this will fix the bot build failures from r371245.

llvm-svn: 371255
This commit is contained in:
Lang Hames 2019-09-06 20:50:00 +00:00
parent 36ab62a361
commit 5ab7ffb2ad

View File

@ -12,6 +12,7 @@
#include "llvm/ExecutionEngine/Orc/RawByteChannel.h"
#include "llvm/Support/Error.h"
#include <atomic>
#include <condition_variable>
#include <queue>