Skip to content

Commit fd8fda0

Browse files
committedDec 18, 2023
including algorithm.h
1 parent d3ba914 commit fd8fda0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎include/reactor-cpp/graph.hh

100644100755
+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef REACTOR_CPP_GRAPH_HH
1010
#define REACTOR_CPP_GRAPH_HH
1111

12+
#include <algorithm>
1213
#include <iostream>
1314
#include <map>
1415
#include <optional>
@@ -309,4 +310,4 @@ public:
309310
}
310311
};
311312
} // namespace reactor
312-
#endif // REACTOR_CPP_GRAPH_HH
313+
#endif // REACTOR_CPP_GRAPH_HH

0 commit comments

Comments
 (0)
Please sign in to comment.