summaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode
diff options
context:
space:
mode:
authorJacques Pienaar <jpienaar@google.com>2024-07-15 16:09:22 -0700
committerGitHub <noreply@github.com>2024-07-15 16:09:22 -0700
commitf1ac7725e4fd5afa21fb244f9bcc33de654ed80c (patch)
tree81d4bac5287fe11076fa0f0648e7599cb988e433 /mlir/lib/Bytecode
parent1c854965fb20b3b8e0118318357516428ac244b2 (diff)
[mlir] Remove bytecode reader & writer header from interface. (#98920)
Flagged some additional headers missing in process. Inspired by #98676
Diffstat (limited to 'mlir/lib/Bytecode')
-rw-r--r--mlir/lib/Bytecode/Writer/IRNumbering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/lib/Bytecode/Writer/IRNumbering.cpp b/mlir/lib/Bytecode/Writer/IRNumbering.cpp
index d2144dd7f334..1bc02e172157 100644
--- a/mlir/lib/Bytecode/Writer/IRNumbering.cpp
+++ b/mlir/lib/Bytecode/Writer/IRNumbering.cpp
@@ -9,6 +9,7 @@
#include "IRNumbering.h"
#include "mlir/Bytecode/BytecodeImplementation.h"
#include "mlir/Bytecode/BytecodeOpInterface.h"
+#include "mlir/Bytecode/BytecodeWriter.h"
#include "mlir/Bytecode/Encoding.h"
#include "mlir/IR/AsmState.h"
#include "mlir/IR/BuiltinTypes.h"