SVN commit 795792 by thiago: Boost headers are not self-sufficient. Include limits.h to make it compile under the more-strict gcc 4.3 Using boost 1.34.1 (1mdv2008.1) and gcc 4.3.0 (2mdv2008.1). M +1 -0 position.h --- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser/position.h #795791:795792 @@ -20,6 +20,7 @@ #ifndef _Position_H_ #define _Position_H_ +#include #include #include #include