mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
Add missing includes.
Reviewed By: khasanovaa Differential Revision: https://reviews.llvm.org/D151072
This commit is contained in:
parent
f4d70d68e7
commit
3364d1202d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user