Add missing forward declaraion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vassil Vassilev 2017-06-27 08:10:28 +00:00
parent 7ca35760c5
commit 9767b5aee6

View File

@ -18,6 +18,7 @@
#include <string>
namespace llvm {
class Module;
namespace orc {
/// @brief IR mutating layer.