lemon/bits/path_dump.h
changeset 784 1a7fe3bef514
parent 519 c786cd201266
child 890 e26ad33d1fbc
     1.1 --- a/lemon/bits/path_dump.h	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/lemon/bits/path_dump.h	Thu Nov 05 15:50:01 2009 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2008
     1.8 + * Copyright (C) 2003-2009
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -16,8 +16,11 @@
    1.13   *
    1.14   */
    1.15  
    1.16 -#ifndef LEMON_BITS_PRED_MAP_PATH_H
    1.17 -#define LEMON_BITS_PRED_MAP_PATH_H
    1.18 +#ifndef LEMON_BITS_PATH_DUMP_H
    1.19 +#define LEMON_BITS_PATH_DUMP_H
    1.20 +
    1.21 +#include <lemon/core.h>
    1.22 +#include <lemon/concept_check.h>
    1.23  
    1.24  namespace lemon {
    1.25