kodi-addon-pvr-hts: fix build with gcc 12
This commit is contained in:
parent
ab417656fd
commit
9eee73e8e9
|
@ -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
|
||||
{
|
Loading…
Reference in New Issue