diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2024-05-15 19:03:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 19:03:19 +0200 |
commit | 46207852174feb5c76c7ab894bc13b4f388bf501 (patch) | |
tree | a647509247501cb3c11d1a2131f541e349fe539a | |
parent | c679e3cbd5a44fa876c42b6912d9aa7729427c8f (diff) | |
parent | 1da89f6ffb44a44257b9774c4ceb71e7b495d677 (diff) | |
download | fork-ledger-46207852174feb5c76c7ab894bc13b4f388bf501.tar.gz fork-ledger-46207852174feb5c76c7ab894bc13b4f388bf501.tar.bz2 fork-ledger-46207852174feb5c76c7ab894bc13b4f388bf501.zip |
Merge pull request #2337 from cho-m/boost-1.85.0
Fix build with Boost 1.85.0
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 05f28fc2..070f1cd4 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -140,7 +140,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> |