diff --git a/libgnucash/app-utils/gnc-quotes.cpp b/libgnucash/app-utils/gnc-quotes.cpp index 366c9fe9a7..0f71f20ad2 100644 --- a/libgnucash/app-utils/gnc-quotes.cpp +++ b/libgnucash/app-utils/gnc-quotes.cpp @@ -27,6 +27,11 @@ #include #include #include +#include +#if BOOST_VERSION < 107600 +// json_parser uses a deprecated version of bind.hpp +#define BOOST_BIND_GLOBAL_PLACEHOLDERS +#endif #include #include #include