lemon/path.h
changeset 100 4f754b4cf82b
parent 98 c4582fc14f58
child 144 4e626dbbe408
     1.1 --- a/lemon/path.h	Thu Feb 07 21:28:39 2008 +0000
     1.2 +++ b/lemon/path.h	Thu Feb 07 21:37:07 2008 +0000
     1.3 @@ -29,6 +29,7 @@
     1.4  
     1.5  #include <lemon/error.h>
     1.6  #include <lemon/bits/invalid.h>
     1.7 +#include <lemon/concepts/path.h>
     1.8  
     1.9  namespace lemon {
    1.10