Include /lemon/config.h globally (#230)
authorAlpar Juttner <alpar@cs.elte.hu>
Mon, 23 Feb 2009 15:46:57 +0000
changeset 49139aaeea2d471
parent 489 97070bd10b98
child 493 07a549a6b9bf
child 535 6a17a722b50e
Include /lemon/config.h globally (#230)
lemon/bits/default_map.h
lemon/core.h
     1.1 --- a/lemon/bits/default_map.h	Wed Feb 04 09:39:06 2009 +0100
     1.2 +++ b/lemon/bits/default_map.h	Mon Feb 23 15:46:57 2009 +0000
     1.3 @@ -19,6 +19,7 @@
     1.4  #ifndef LEMON_BITS_DEFAULT_MAP_H
     1.5  #define LEMON_BITS_DEFAULT_MAP_H
     1.6  
     1.7 +#include <lemon/config.h>
     1.8  #include <lemon/bits/array_map.h>
     1.9  #include <lemon/bits/vector_map.h>
    1.10  //#include <lemon/bits/debug_map.h>
     2.1 --- a/lemon/core.h	Wed Feb 04 09:39:06 2009 +0100
     2.2 +++ b/lemon/core.h	Mon Feb 23 15:46:57 2009 +0000
     2.3 @@ -22,6 +22,7 @@
     2.4  #include <vector>
     2.5  #include <algorithm>
     2.6  
     2.7 +#include <lemon/core.h>
     2.8  #include <lemon/bits/enable_if.h>
     2.9  #include <lemon/bits/traits.h>
    2.10  #include <lemon/assert.h>