diff --git a/mlir/include/mlir/Bytecode/Encoding.h b/mlir/include/mlir/Bytecode/Encoding.h --- a/mlir/include/mlir/Bytecode/Encoding.h +++ b/mlir/include/mlir/Bytecode/Encoding.h @@ -14,7 +14,9 @@ #ifndef MLIR_BYTECODE_ENCODING_H #define MLIR_BYTECODE_ENCODING_H +#include "mlir/IR/Value.h" #include +#include namespace mlir { namespace bytecode {