[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 cf10372119
commit 7c848acf0a
1 changed files with 1 additions and 0 deletions

View File

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