From 8cff589cf090af7ba8278bbd8f0b595598afc1f8 Mon Sep 17 00:00:00 2001 From: surrealegg Date: Wed, 17 Aug 2022 02:34:08 +0400 Subject: [PATCH] Add time.h header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will solve the compile error note: forward declaration of ‘struct tm’. --- src/greenworks_zip.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/greenworks_zip.cc b/src/greenworks_zip.cc index 1ee396a..fc8833f 100644 --- a/src/greenworks_zip.cc +++ b/src/greenworks_zip.cc @@ -50,6 +50,7 @@ #include #include #include +#include #include #endif