lemon/path.h
changeset 100 4f754b4cf82b
parent 98 c4582fc14f58
child 144 4e626dbbe408
equal deleted inserted replaced
2:a2bcdf1591b3 3:b34f6d369727
    27 #include <vector>
    27 #include <vector>
    28 #include <algorithm>
    28 #include <algorithm>
    29 
    29 
    30 #include <lemon/error.h>
    30 #include <lemon/error.h>
    31 #include <lemon/bits/invalid.h>
    31 #include <lemon/bits/invalid.h>
       
    32 #include <lemon/concepts/path.h>
    32 
    33 
    33 namespace lemon {
    34 namespace lemon {
    34 
    35 
    35   /// \addtogroup paths
    36   /// \addtogroup paths
    36   /// @{
    37   /// @{