]> git.lyx.org Git - lyx.git/blobdiff - src/graph.C
"Inter-word Space"
[lyx.git] / src / graph.C
index ea1edc64700fede5e8f01f9d832cb5c53f82fe49..054799fb9292fc25dc0ad8754abeb75c901d4925 100644 (file)
@@ -8,11 +8,13 @@
  * Full author contact details are available in file CREDITS
  */
 
+#include "config.h"
 #include "graph.h"
 #include "format.h"
 
 #include <queue>
 #include <vector>
+#include <algorithm>
 
 using std::queue;
 using std::vector;
@@ -193,5 +195,3 @@ void Graph::addEdge(int s, int t)
 }
 
 vector<Graph::Vertex> Graph::vertices_;
-
-