Skip to content

Commit

Permalink
[Orc] Add missing header include for r299611.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299623 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lhames committed Apr 6, 2017
1 parent 0555b65 commit d6028a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/ExecutionEngine/Orc/QueueChannel.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "llvm/Support/Error.h"

#include <queue>
#include <condition_variable>

namespace llvm {

Expand Down

0 comments on commit d6028a1

Please sign in to comment.