Skip to content

Commit

Permalink
Fix the broken build for ee42234
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Jul 12, 2024
1 parent d5c89cc commit d601ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlir/include/mlir/Support/CyclicReplacerCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallVector.h"
#include <functional>
#include <optional>
#include <set>

Expand Down
1 change: 1 addition & 0 deletions mlir/unittests/Support/CyclicReplacerCacheTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//

#include "mlir/Support/CyclicReplacerCache.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/SetVector.h"
#include "gmock/gmock.h"
#include <map>
Expand Down

0 comments on commit d601ca3

Please sign in to comment.