kodi-addon-pvr-hts: fix build with gcc 12

This commit is contained in:
Michal Vasilek 2022-11-18 12:50:45 +01:00
parent ab417656fd
commit 9eee73e8e9
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/src/tvheadend/entity/Event.h
+++ b/src/tvheadend/entity/Event.h
@@ -13,6 +13,7 @@
#include <map>
#include <string>
#include <vector>
+#include <ctime>
namespace tvheadend
{