Add missing includes.
authorJohannes Reifferscheid <jreiffers@google.com>
Mon, 22 May 2023 09:52:10 +0000 (11:52 +0200)
committerJohannes Reifferscheid <jreiffers@google.com>
Mon, 22 May 2023 10:05:15 +0000 (12:05 +0200)
Reviewed By: khasanovaa

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

mlir/include/mlir/Bytecode/Encoding.h

index 01ad495..7ffbcfa 100644 (file)
@@ -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 {