[ORC] Add a missing #include atomic.
authorLang Hames <lhames@gmail.com>
Fri, 6 Sep 2019 20:50:00 +0000 (20:50 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Sep 2019 20:50:00 +0000 (20:50 +0000)
Hopefully this will fix the bot build failures from r371245.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371255 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/Orc/QueueChannel.h

index 1909693ecb165b531214ffdb2840c80657f33b9c..caf696987bf7f3d899e7f3d4f3cc818760f7616c 100644 (file)
@@ -12,6 +12,7 @@
 #include "llvm/ExecutionEngine/Orc/RawByteChannel.h"
 #include "llvm/Support/Error.h"
 
+#include <atomic>
 #include <condition_variable>
 #include <queue>