]> git.lyx.org Git - lyx.git/blobdiff - src/graph.C
Alfredo's second patch
[lyx.git] / src / graph.C
index ea1edc64700fede5e8f01f9d832cb5c53f82fe49..6c7ef87476d4d0971e4261b0246de4c848a02289 100644 (file)
@@ -8,6 +8,7 @@
  * Full author contact details are available in file CREDITS
  */
 
+#include "config.h"
 #include "graph.h"
 #include "format.h"
 
@@ -193,5 +194,3 @@ void Graph::addEdge(int s, int t)
 }
 
 vector<Graph::Vertex> Graph::vertices_;
-
-