Skip to content

Commit d601ca3

Browse files
committed
Fix the broken build for ee42234
1 parent d5c89cc commit d601ca3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mlir/include/mlir/Support/CyclicReplacerCache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
#include "llvm/ADT/DenseMap.h"
1919
#include "llvm/ADT/DenseSet.h"
20+
#include "llvm/ADT/SmallVector.h"
21+
#include <functional>
2022
#include <optional>
2123
#include <set>
2224

mlir/unittests/Support/CyclicReplacerCacheTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "mlir/Support/CyclicReplacerCache.h"
10+
#include "mlir/Support/LLVM.h"
1011
#include "llvm/ADT/SetVector.h"
1112
#include "gmock/gmock.h"
1213
#include <map>

0 commit comments

Comments
 (0)