# HG changeset patch # User Alpar Juttner # Date 2009-02-23 16:46:57 # 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/lemon/bits/default_map.h +++ b/lemon/bits/default_map.h @@ -19,6 +19,7 @@ #ifndef LEMON_BITS_DEFAULT_MAP_H #define LEMON_BITS_DEFAULT_MAP_H +#include #include #include //#include diff --git a/lemon/core.h b/lemon/core.h --- a/lemon/core.h +++ b/lemon/core.h @@ -22,6 +22,7 @@ #include #include +#include #include #include #include