Skip to content

Commit bead5db

Browse files
committed
fix: add missing algorithm include in cluster_manager.hpp
1 parent ce4a3ca commit bead5db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/common/cluster_manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <string>
1212
#include <unordered_map>
1313
#include <vector>
14+
#include <algorithm>
1415

1516
#include "common/config.hpp"
1617
#include "executor/types.hpp"

0 commit comments

Comments
 (0)