lemon/concepts/heap.h
changeset 596 ba659d676331
parent 566 c786cd201266
child 606 c5fd2d996909
equal deleted inserted replaced
7:cb87bfbe6a5c 8:9faee4d67877
    18 
    18 
    19 ///\ingroup concept
    19 ///\ingroup concept
    20 ///\file
    20 ///\file
    21 ///\brief The concept of heaps.
    21 ///\brief The concept of heaps.
    22 
    22 
    23 #ifndef LEMON_CONCEPT_HEAP_H
    23 #ifndef LEMON_CONCEPTS_HEAP_H
    24 #define LEMON_CONCEPT_HEAP_H
    24 #define LEMON_CONCEPTS_HEAP_H
    25 
    25 
    26 #include <lemon/core.h>
    26 #include <lemon/core.h>
    27 #include <lemon/concept_check.h>
    27 #include <lemon/concept_check.h>
    28 
    28 
    29 namespace lemon {
    29 namespace lemon {
   241     };
   241     };
   242 
   242 
   243     /// @}
   243     /// @}
   244   } // namespace lemon
   244   } // namespace lemon
   245 }
   245 }
   246 #endif // LEMON_CONCEPT_PATH_H
   246 #endif