Skip to content

Commit

Permalink
Add missing include. Should fix modules libstdc++ builds.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306399 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vgvassilev committed Jun 27, 2017
1 parent 0df653a commit d954633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define LLVM_EXECUTIONENGINE_ORC_IRTRANSFORMLAYER_H

#include "llvm/ExecutionEngine/JITSymbol.h"
#include <memory>
#include <string>

namespace llvm {
Expand Down

0 comments on commit d954633

Please sign in to comment.