Skip to content

Commit 295bcf7

Browse files
committed
Fix fmt::join error
1 parent 5297ddd commit 295bcf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/primer/orset.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <vector>
1717
#include "common/exception.h"
1818
#include "fmt/format.h"
19+
#include "fmt/ranges.h"
1920

2021
namespace bustub {
2122

0 commit comments

Comments
 (0)