From e0995747cb8dbc92c93d56fc04630db5858bcc41 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 27 Nov 2025 16:23:53 +0100 Subject: [PATCH] [#4237] Added missing header --- .../log/interprocess/tests/interprocess_sync_file_unittest.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3