Skip to content

Commit

Permalink
including algorithm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Dec 18, 2023
1 parent d3ba914 commit 831323e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/reactor-cpp/graph.hh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <optional>
#include <type_traits>
#include <vector>
#include <algorithm>

namespace reactor {
class GraphElement {
Expand Down Expand Up @@ -309,4 +310,4 @@ public:
}
};
} // namespace reactor
#endif // REACTOR_CPP_GRAPH_HH
#endif // REACTOR_CPP_GRAPH_HH

0 comments on commit 831323e

Please sign in to comment.