From: Johannes Reifferscheid Date: Mon, 22 May 2023 09:52:10 +0000 (+0200) Subject: Add missing includes. X-Git-Tag: upstream/17.0.6~7721 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3364d1202db480ef323d63abde56eb9636aadcd1;p=platform%2Fupstream%2Fllvm.git Add missing includes. Reviewed By: khasanovaa Differential Revision: https://reviews.llvm.org/D151072 --- 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 {