mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a couple of build-breakages on Debian.
This commit is contained in:
parent
c81eaae677
commit
bc2d15e042
@ -23,6 +23,7 @@
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <stdexcept>
|
||||
#include "kvp_frame-p.hpp"
|
||||
|
||||
KvpValueImpl::KvpValueImpl(KvpValueImpl const & other) noexcept
|
||||
|
@ -27,8 +27,10 @@ extern "C"
|
||||
#include "config.h"
|
||||
#include "qof.h"
|
||||
}
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION == 105600
|
||||
#include <boost/type_traits/is_nothrow_move_assignable.hpp>
|
||||
#endif
|
||||
#include <boost/variant.hpp>
|
||||
|
||||
struct KvpValueImpl
|
||||
|
Loading…
Reference in New Issue
Block a user