forked from OSchip/llvm-project
[mlir] Add additional header
Fix gcc10 build and closes: https://bugs.llvm.org/show_bug.cgi?id=45680
This commit is contained in:
parent
cb21b16822
commit
8472ae1773
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include "TestDialect.h"
|
||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"
|
||||
#include "mlir/IR/BlockAndValueMapping.h"
|
||||
#include "mlir/IR/Function.h"
|
||||
#include "mlir/Pass/Pass.h"
|
||||
#include "mlir/Transforms/InliningUtils.h"
|
||||
|
|
Loading…
Reference in New Issue