From 15491c6c450e114230e67701abf3c465bf186b18 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 22 Jan 2023 17:03:00 +0100 Subject: [PATCH] SIsections.cpp: gratify compiler because of possible missing include of ctime.h Observed on build with gcc 12.2. --- src/eitd/SIsections.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eitd/SIsections.cpp b/src/eitd/SIsections.cpp index f07f6f419..975e61bd9 100644 --- a/src/eitd/SIsections.cpp +++ b/src/eitd/SIsections.cpp @@ -26,6 +26,7 @@ #endif #include #include +#include #include #include