Skip to content

Commit 676c522

Browse files
committed
add utility header for std::swap
1 parent 7992f03 commit 676c522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/librrgraph/src/base/rr_graph_storage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "rr_graph_storage.h"
44

55
#include <algorithm>
6+
#include <utility>
67

78
void t_rr_graph_storage::reserve_edges(size_t num_edges) {
89
edge_src_node_.reserve(num_edges);

0 commit comments

Comments
 (0)