From: Francis Dupont Date: Thu, 27 Nov 2025 15:23:53 +0000 (+0100) Subject: [#4237] Added missing header X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0995747cb8dbc92c93d56fc04630db5858bcc41;p=thirdparty%2Fkea.git [#4237] Added missing header --- diff --git a/src/lib/log/interprocess/tests/interprocess_sync_file_unittest.cc b/src/lib/log/interprocess/tests/interprocess_sync_file_unittest.cc index bdf50fd154..b4462d27a0 100644 --- a/src/lib/log/interprocess/tests/interprocess_sync_file_unittest.cc +++ b/src/lib/log/interprocess/tests/interprocess_sync_file_unittest.cc @@ -12,6 +12,7 @@ #include #include #include +#include using namespace std; using namespace isc::log::interprocess;