]> git.lyx.org Git - lyx.git/blobdiff - src/graph.C
Continue to improve GtkLengthEntry
[lyx.git] / src / graph.C
index 6eee7f3a439b704fcedd8c8954306d5d0268f557..66daec8263aaf5fb4889c245705a617cd16b2775 100644 (file)
@@ -8,12 +8,15 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "graph.h"
 #include "format.h"
 
 #include <algorithm>
 
 using std::vector;
+using std::reverse;
 
 
 int Graph::bfs_init(int s, bool clear_visited)