X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraph.C;h=66daec8263aaf5fb4889c245705a617cd16b2775;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=6eee7f3a439b704fcedd8c8954306d5d0268f557;hpb=4c6e0fe4226ce3b55d13726977f1e579f17c2ad1;p=lyx.git diff --git a/src/graph.C b/src/graph.C index 6eee7f3a43..66daec8263 100644 --- a/src/graph.C +++ b/src/graph.C @@ -8,12 +8,15 @@ * Full author contact details are available in file CREDITS. */ +#include + #include "graph.h" #include "format.h" #include using std::vector; +using std::reverse; int Graph::bfs_init(int s, bool clear_visited)