Fix a couple of build-breakages on Debian.

This commit is contained in:
John Ralls 2014-10-09 12:41:30 -07:00
parent c81eaae677
commit bc2d15e042
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <cmath> #include <cmath>
#include <sstream> #include <sstream>
#include <iomanip> #include <iomanip>
#include <stdexcept>
#include "kvp_frame-p.hpp" #include "kvp_frame-p.hpp"
KvpValueImpl::KvpValueImpl(KvpValueImpl const & other) noexcept KvpValueImpl::KvpValueImpl(KvpValueImpl const & other) noexcept

View File

@ -27,8 +27,10 @@ extern "C"
#include "config.h" #include "config.h"
#include "qof.h" #include "qof.h"
} }
#include <boost/version.hpp>
#if BOOST_VERSION == 105600
#include <boost/type_traits/is_nothrow_move_assignable.hpp> #include <boost/type_traits/is_nothrow_move_assignable.hpp>
#endif
#include <boost/variant.hpp> #include <boost/variant.hpp>
struct KvpValueImpl struct KvpValueImpl