Merge
authorAlpar Juttner <alpar@cs.elte.hu>
Mon, 23 Feb 2009 18:01:14 +0000
changeset 5826a17a722b50e
parent 581 6d3a9eec82b4
parent 523 39aaeea2d471
child 583 97674155c135
child 648 e8349c6f12ca
Merge
lemon/bits/default_map.h
lemon/core.h
     1.1 --- a/lemon/bits/default_map.h	Mon Feb 23 15:04:10 2009 +0000
     1.2 +++ b/lemon/bits/default_map.h	Mon Feb 23 18:01:14 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	Mon Feb 23 15:04:10 2009 +0000
     2.2 +++ b/lemon/core.h	Mon Feb 23 18:01:14 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>