diff -r 6bf9a0be1802 -r 164783ceb9be graph_displayer_canvas.h --- a/graph_displayer_canvas.h Wed Jun 15 13:05:32 2005 +0000 +++ b/graph_displayer_canvas.h Thu Jun 16 18:08:04 2005 +0000 @@ -5,6 +5,7 @@ #include #include +#include #include #include @@ -83,7 +84,7 @@ Graph::NodeMap nodesmap; ///Map of edges of graph - Graph::EdgeMap edgesmap; + Graph::EdgeMap edgesmap; ///Map of texts to write on edges Graph::EdgeMap edgetextmap; @@ -110,6 +111,7 @@ Graph::EdgeIt active_edge; static const int zoom_step = 5; + }; #endif //GRAPH_DISPLAYER_CANVAS_H