lemon/bits/path_dump.h
changeset 566 c786cd201266
parent 463 88ed40ad0d4f
child 576 f5bc148f7e1f
     1.1 --- a/lemon/bits/path_dump.h	Sun Feb 22 09:52:44 2009 +0000
     1.2 +++ b/lemon/bits/path_dump.h	Mon Feb 23 11:58:39 2009 +0100
     1.3 @@ -19,6 +19,9 @@
     1.4  #ifndef LEMON_BITS_PRED_MAP_PATH_H
     1.5  #define LEMON_BITS_PRED_MAP_PATH_H
     1.6  
     1.7 +#include <lemon/core.h>
     1.8 +#include <lemon/concept_check.h>
     1.9 +
    1.10  namespace lemon {
    1.11  
    1.12    template <typename _Digraph, typename _PredMap>