Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Add missing forward declaraion.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306376 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vgvassilev committed Jun 27, 2017
1 parent 7ca3576 commit 9767b5a
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 @@ -18,6 +18,7 @@
#include <string>

namespace llvm {
class Module;
namespace orc {

/// @brief IR mutating layer.
Expand Down

0 comments on commit 9767b5a

Please sign in to comment.