diff options
author | Michael Cho <michael@michaelcho.dev> | 2024-04-25 11:29:49 -0400 |
---|---|---|
committer | Michael Cho <michael@michaelcho.dev> | 2024-04-25 11:29:49 -0400 |
commit | 1da89f6ffb44a44257b9774c4ceb71e7b495d677 (patch) | |
tree | a647509247501cb3c11d1a2131f541e349fe539a | |
parent | c679e3cbd5a44fa876c42b6912d9aa7729427c8f (diff) | |
download | fork-ledger-1da89f6ffb44a44257b9774c4ceb71e7b495d677.tar.gz fork-ledger-1da89f6ffb44a44257b9774c4ceb71e7b495d677.tar.bz2 fork-ledger-1da89f6ffb44a44257b9774c4ceb71e7b495d677.zip |
Fix build with Boost 1.85.0
Signed-off-by: Michael Cho <michael@michaelcho.dev>
-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> |