Skip to content

Commit

Permalink
[MLIR] Add missing include (NFC)
Browse files Browse the repository at this point in the history
Needed for libstdc++ 15 compatibility.
  • Loading branch information
nikic committed Jan 17, 2025
1 parent b068f2f commit 101109f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/include/mlir/Target/SPIRV/Deserialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include "mlir/IR/OwningOpRef.h"
#include "mlir/Support/LLVM.h"
#include <cstdint>

namespace mlir {
class MLIRContext;
Expand Down

0 comments on commit 101109f

Please # to comment.