ports/finance/ledger/files/patch-src_system.hh.in
Dima Panov e287976630
finance/ledger: fix build with boost-1.86
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:22 +03:00

19 lines
715 B
C++

diff -ruN ledger-3.2.1/src/system.hh.in ledger-3.2.1-patched/src/system.hh.in
--- src/system.hh.in.orig 2020-05-18 00:30:10.000000000 -0500
+++ src/system.hh.in 2024-10-07 01:57:27.327578000 -0400
@@ -144,7 +144,6 @@
#include <boost/date_time/posix_time/posix_time_io.hpp>
#include <boost/date_time/gregorian/gregorian_io.hpp>
-#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/operations.hpp>
@@ -156,6 +155,7 @@
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
+#include <boost/smart_ptr/scoped_ptr.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/write.hpp>