Skip to content

Commit ce516e1

Browse files
authored
Include Module.h (#98)
This is needed since llvm/llvm-project#97023
1 parent f38c271 commit ce516e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Dialect/Verifier.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#include "llvm-dialects/Dialect/ContextExtension.h"
2020

21+
#include "llvm/IR/Module.h"
22+
2123
using namespace llvm;
2224
using namespace llvm_dialects;
2325

0 commit comments

Comments
 (0)