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

Thiago Macieira thiago at kde.org
Mon Mar 24 10:17:42 UTC 2008


SVN commit 789447 by thiago:

Try and fix boost::spirit. This *still* does not compile


 M  +1 -0      position.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser/position.h #789446:789447
@@ -20,6 +20,7 @@
 #ifndef _Position_H_
 #define _Position_H_
 
+#include <limits.h>             // Boost spirit headers aren't self-contained
 #include <boost/spirit.hpp>
 
 typedef boost::spirit::file_position Position;




More information about the umbrello-devel mailing list