[Mlir-commits] [mlir] 3364d12 - Add missing includes.

Johannes Reifferscheid llvmlistbot at llvm.org
Mon May 22 03:05:24 PDT 2023


Author: Johannes Reifferscheid
Date: 2023-05-22T12:05:15+02:00
New Revision: 3364d1202db480ef323d63abde56eb9636aadcd1

URL: https://github.com/llvm/llvm-project/commit/3364d1202db480ef323d63abde56eb9636aadcd1
DIFF: https://github.com/llvm/llvm-project/commit/3364d1202db480ef323d63abde56eb9636aadcd1.diff

LOG: Add missing includes.

Reviewed By: khasanovaa

Differential Revision: https://reviews.llvm.org/D151072

Added: 
    

Modified: 
    mlir/include/mlir/Bytecode/Encoding.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Bytecode/Encoding.h b/mlir/include/mlir/Bytecode/Encoding.h
index 01ad49514601..7ffbcfad1ccc 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 <cstdint>
+#include <type_traits>
 
 namespace mlir {
 namespace bytecode {


        


More information about the Mlir-commits mailing list