From b6a68b59e9656521cf12802fd8ec0134521369bf Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 31 Jul 2022 15:58:10 +0900 Subject: [PATCH] Fix for Boost 1.79 --- LaunchAPPL/Client/SharedFile.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/LaunchAPPL/Client/SharedFile.cc b/LaunchAPPL/Client/SharedFile.cc index d935b04a3f..4f20d18967 100644 --- a/LaunchAPPL/Client/SharedFile.cc +++ b/LaunchAPPL/Client/SharedFile.cc @@ -6,6 +6,7 @@ #include #include #include +#include namespace fs = boost::filesystem; namespace po = boost::program_options;