Skip to content

Commit

Permalink
build(Passes.hpp): add missing includes for StringRef, string (onnx#1982
Browse files Browse the repository at this point in the history
)

Signed-off-by: Dominik Montada <[email protected]>
  • Loading branch information
gargaroff authored Jan 31, 2023
1 parent 2071529 commit 8d40bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Pass/Passes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

#pragma once

#include "llvm/ADT/StringRef.h"

#include <memory>
#include <string>

namespace mlir {
class MLIRContext;
Expand Down

0 comments on commit 8d40bb9

Please sign in to comment.