mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
12 lines
306 B
Diff
12 lines
306 B
Diff
diff --git a/src/tvheadend/entity/Event.h b/src/tvheadend/entity/Event.h
|
|
index 513bdaa..8569312 100644
|
|
--- a/src/tvheadend/entity/Event.h
|
|
+++ b/src/tvheadend/entity/Event.h
|
|
@@ -10,6 +10,7 @@
|
|
#include "Entity.h"
|
|
|
|
#include <cstdint>
|
|
+#include <ctime>
|
|
#include <map>
|
|
#include <string>
|
|
#include <vector>
|