lemon/bits/path_dump.h
changeset 783 ef88c0a30f85
parent 519 c786cd201266
child 887 ca4059d63236
     1.1 --- a/lemon/bits/path_dump.h	Mon Jan 12 23:11:39 2009 +0100
     1.2 +++ b/lemon/bits/path_dump.h	Thu Nov 05 15:48:01 2009 +0100
     1.3 @@ -16,8 +16,11 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#ifndef LEMON_BITS_PRED_MAP_PATH_H
     1.8 -#define LEMON_BITS_PRED_MAP_PATH_H
     1.9 +#ifndef LEMON_BITS_PATH_DUMP_H
    1.10 +#define LEMON_BITS_PATH_DUMP_H
    1.11 +
    1.12 +#include <lemon/core.h>
    1.13 +#include <lemon/concept_check.h>
    1.14  
    1.15  namespace lemon {
    1.16