equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_BITS_EDGE_SET_EXTENDER_H |
19 #ifndef LEMON_BITS_EDGE_SET_EXTENDER_H |
20 #define LEMON_BITS_EDGE_SET_EXTENDER_H |
20 #define LEMON_BITS_EDGE_SET_EXTENDER_H |
21 |
21 |
|
22 #include <lemon/core.h> |
22 #include <lemon/error.h> |
23 #include <lemon/error.h> |
23 #include <lemon/bits/default_map.h> |
24 #include <lemon/bits/default_map.h> |
|
25 #include <lemon/bits/map_extender.h> |
24 |
26 |
25 ///\ingroup digraphbits |
27 ///\ingroup digraphbits |
26 ///\file |
28 ///\file |
27 ///\brief Extenders for the arc set types |
29 ///\brief Extenders for the arc set types |
28 namespace lemon { |
30 namespace lemon { |