From bc2d15e042f956219fa14dc398d8cbf2930ddb96 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 9 Oct 2014 12:41:30 -0700 Subject: [PATCH] Fix a couple of build-breakages on Debian. --- src/libqof/qof/kvp-value.cpp | 1 + src/libqof/qof/kvp-value.hpp | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/libqof/qof/kvp-value.cpp b/src/libqof/qof/kvp-value.cpp index 771f0bee71..bbf6ccd634 100644 --- a/src/libqof/qof/kvp-value.cpp +++ b/src/libqof/qof/kvp-value.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include "kvp_frame-p.hpp" KvpValueImpl::KvpValueImpl(KvpValueImpl const & other) noexcept diff --git a/src/libqof/qof/kvp-value.hpp b/src/libqof/qof/kvp-value.hpp index e56a369da2..4c1b1ae73f 100644 --- a/src/libqof/qof/kvp-value.hpp +++ b/src/libqof/qof/kvp-value.hpp @@ -27,8 +27,10 @@ extern "C" #include "config.h" #include "qof.h" } - +#include +#if BOOST_VERSION == 105600 #include +#endif #include struct KvpValueImpl