[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser

Thiago Macieira thiago at kde.org
Fri Apr 11 12:34:48 UTC 2008


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 <limits.h>
 #include <boost/version.hpp>
 #include <boost/spirit.hpp>
 #include <QString>




More information about the umbrello-devel mailing list