# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1235404017 0
# Node ID 39aaeea2d4712e6d1cb6b17e504595063d23bee2
# Parent 97070bd10b98d12ba3ceb35dcfd042015f8c4639
Include /lemon/config.h globally (#230)
diff --git a/lemon/bits/default_map.h b/lemon/bits/default_map.h
a
|
b
|
|
19 | 19 | #ifndef LEMON_BITS_DEFAULT_MAP_H |
20 | 20 | #define LEMON_BITS_DEFAULT_MAP_H |
21 | 21 | |
| 22 | #include <lemon/config.h> |
22 | 23 | #include <lemon/bits/array_map.h> |
23 | 24 | #include <lemon/bits/vector_map.h> |
24 | 25 | //#include <lemon/bits/debug_map.h> |
diff --git a/lemon/core.h b/lemon/core.h
a
|
b
|
|
22 | 22 | #include <vector> |
23 | 23 | #include <algorithm> |
24 | 24 | |
| 25 | #include <lemon/core.h> |
25 | 26 | #include <lemon/bits/enable_if.h> |
26 | 27 | #include <lemon/bits/traits.h> |
27 | 28 | #include <lemon/assert.h> |