diff -r 1a27576aa199 -r 6bb290b67e19 all_include.h --- a/all_include.h Fri Aug 26 11:03:59 2005 +0000 +++ b/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";