Skip to content

Commit e48714a

Browse files
lhamesjrtc27
authored andcommitted
[ORC] Add a missing #include atomic.
Hopefully this will fix the bot build failures from r371245. llvm-svn: 371255
2 parents dc6de5d + 7c848ac commit e48714a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/ExecutionEngine/Orc/QueueChannel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "llvm/ExecutionEngine/Orc/RawByteChannel.h"
1313
#include "llvm/Support/Error.h"
1414

15+
#include <atomic>
1516
#include <condition_variable>
1617
#include <queue>
1718

0 commit comments

Comments
 (0)