Skip to content

Commit 5c0010b

Browse files
committed
Add missing header includes and namespace utilization
1 parent 2abcbbc commit 5c0010b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mlir/lib/Target/LLVMIR/LLVMImportInterface.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
#include "mlir/Target/LLVMIR/LLVMImportInterface.h"
14+
#include "mlir/Target/LLVMIR/Import.h"
15+
#include "mlir/Target/LLVMIR/ModuleImport.h"
16+
17+
using namespace mlir;
18+
using namespace mlir::LLVM;
19+
using namespace mlir::LLVM::detail;
20+
1321
LogicalResult mlir::LLVMImportInterface::convertUnregisteredIntrinsic(
1422
OpBuilder &builder, llvm::CallInst *inst,
1523
LLVM::ModuleImport &moduleImport) {

0 commit comments

Comments
 (0)