summaryrefslogtreecommitdiff
path: root/misc/kdepim4/patches/patch-libkleo_kleo_stl_util.h
blob: e373da5521e7b7aad054c9bd0f85c81ed70b7565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-libkleo_kleo_stl_util.h,v 1.1 2014/11/13 19:19:08 markd Exp $

Work around: Parse error at "BOOST_JOIN"

--- libkleo/kleo/stl_util.h.orig	2014-11-12 07:57:34.000000000 +0000
+++ libkleo/kleo/stl_util.h
@@ -22,7 +22,9 @@
 #ifndef __KDTOOLSCORE_STL_UTIL_H__
 #define __KDTOOLSCORE_STL_UTIL_H__
 
+#ifndef Q_MOC_RUN
 #include <boost/range.hpp>
+#endif
 #include <boost/iterator/filter_iterator.hpp>
 #include <boost/iterator/transform_iterator.hpp>
 #include <boost/call_traits.hpp>