changeset 2056 | 8acf212a5ed4 |
parent 1956 | a055123339d5 |
5:bd81ec3e164b | 6:c8e979ee0631 |
---|---|
22 /// |
22 /// |
23 |
23 |
24 #ifndef LEMON_CONCEPT_HEAP_H |
24 #ifndef LEMON_CONCEPT_HEAP_H |
25 #define LEMON_CONCEPT_HEAP_H |
25 #define LEMON_CONCEPT_HEAP_H |
26 |
26 |
27 #include <lemon/invalid.h> |
27 #include <lemon/bits/invalid.h> |
28 |
28 |
29 namespace lemon { |
29 namespace lemon { |
30 namespace concept { |
30 namespace concept { |
31 /// \addtogroup concept |
31 /// \addtogroup concept |
32 /// @{ |
32 /// @{ |