diff -r 422906271d22 -r e40c41eae31f gui/all_include.h --- a/gui/all_include.h Fri Aug 26 11:03:59 2005 +0000 +++ b/gui/all_include.h Fri Aug 26 11:37:41 2005 +0000 @@ -42,6 +42,8 @@ typedef Graph::Node Node; typedef Graph::Edge Edge; typedef Graph::EdgeIt EdgeIt; +typedef Graph::InEdgeIt InEdgeIt; +typedef Graph::OutEdgeIt OutEdgeIt; typedef Graph::NodeIt NodeIt; const std::string prog_name = "LEMON Graph Editor";