projects
/
llvm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60dc45e
)
[ORC] Add a missing #include atomic.
author
Lang Hames
<lhames@gmail.com>
Fri, 6 Sep 2019 20:50:00 +0000
(20:50 +0000)
committer
Lang 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
patch
|
blob
|
history
diff --git
a/unittests/ExecutionEngine/Orc/QueueChannel.h
b/unittests/ExecutionEngine/Orc/QueueChannel.h
index 1909693ecb165b531214ffdb2840c80657f33b9c..caf696987bf7f3d899e7f3d4f3cc818760f7616c 100644
(file)
--- a/
unittests/ExecutionEngine/Orc/QueueChannel.h
+++ b/
unittests/ExecutionEngine/Orc/QueueChannel.h
@@
-12,6
+12,7
@@
#include "llvm/ExecutionEngine/Orc/RawByteChannel.h"
#include "llvm/Support/Error.h"
+#include <atomic>
#include <condition_variable>
#include <queue>