chiark / gitweb /
minimisation works but initial solution is bust
[moebius2.git] / bgl.h
diff --git a/bgl.h b/bgl.h
index 68700b98f611708361ea9bcc24ff4db49499d72f..d9c5d6be86d6e26b5cdcdd246c47b0da8606d43a 100644 (file)
--- a/bgl.h
+++ b/bgl.h
@@ -5,6 +5,8 @@
 #ifndef BGL_H
 #define BGL_H
 
+#include "mgraph.h"
+
 double graph_layout_cost(const Vertices v, const double vertex_areas[N]);
 
 #endif /*BGL_H*/