Skip to content

Commit

Permalink
Added include
Browse files Browse the repository at this point in the history
  • Loading branch information
Saj18 committed Apr 30, 2024
1 parent 40ff2b3 commit 8b1ae1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/CXXGraph/Graph/Algorithm/Dinic_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <unordered_map>
#include <vector>
#include "Node_impl.h"
#include "CXXGraph/Graph/Graph_decl.h"


namespace CXXGraph {

Expand Down
2 changes: 2 additions & 0 deletions include/CXXGraph/Graph/Algorithm/Krager_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <vector>
#include <random>
#include "Node_impl.h"
#include "CXXGraph/Graph/Graph_decl.h"


namespace CXXGraph {

Expand Down

0 comments on commit 8b1ae1a

Please sign in to comment.