From 3364d1202db480ef323d63abde56eb9636aadcd1 Mon Sep 17 00:00:00 2001 From: Johannes Reifferscheid Date: Mon, 22 May 2023 11:52:10 +0200 Subject: [PATCH] Add missing includes. Reviewed By: khasanovaa Differential Revision: https://reviews.llvm.org/D151072 --- mlir/include/mlir/Bytecode/Encoding.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlir/include/mlir/Bytecode/Encoding.h b/mlir/include/mlir/Bytecode/Encoding.h index 01ad495..7ffbcfa 100644 --- 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 { -- 2.7.4