Magellan Linux

Contents of /trunk/kdepim/patches/kdepim-4.10.0-boost152.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2074 - (show annotations) (download)
Thu Feb 14 14:40:34 2013 UTC (11 years, 3 months ago) by niro
File size: 422 byte(s)
-fixed build with boost-1.52
1 --- kdepim-4.10.0/kleopatra/models/keylistmodel.cpp~ 2013-01-31 09:40:34.270651208 +0000
2 +++ kdepim-4.10.0/kleopatra/models/keylistmodel.cpp 2013-01-31 09:41:26.570259714 +0000
3 @@ -60,9 +60,9 @@
4 #ifdef _WIN32_WCE
5 #define BOOST_ALL_NO_LIB
6 #endif
7 -#include <boost/graph/adjacency_list.hpp>
8
9 #ifndef Q_MOC_RUN // QTBUG-22829
10 +#include <boost/graph/adjacency_list.hpp>
11 #include <boost/graph/topological_sort.hpp>
12 #endif