Skip to content

Commit 2372551

Browse files
committed
Add additional explicit #include
1 parent 9b92b1f commit 2372551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Target/LLVMIR/Dialect/NVVM/LLVMIRToNVVMTranslation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "mlir/Target/LLVMIR/Dialect/NVVM/LLVMIRToNVVMTranslation.h"
1414
#include "mlir/Dialect/LLVMIR/NVVMDialect.h"
1515
#include "mlir/Target/LLVMIR/ModuleImport.h"
16+
#include "llvm/IR/ConstantRange.h"
1617

1718
using namespace mlir;
1819
using namespace mlir::NVVM;

0 commit comments

Comments
 (0)