Skip to content

Commit 831323e

Browse files
committed
including algorithm.h
1 parent d3ba914 commit 831323e

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
@@ -14,6 +14,7 @@
1414
#include <optional>
1515
#include <type_traits>
1616
#include <vector>
17+
#include <algorithm>
1718

1819
namespace reactor {
1920
class GraphElement {
@@ -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)