diff options
Diffstat (limited to 'osd_status.h')
-rw-r--r-- | osd_status.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/osd_status.h b/osd_status.h index f84b1ef..3c86d45 100644 --- a/osd_status.h +++ b/osd_status.h @@ -1,9 +1,11 @@ #ifndef VDR_LIVE_OSD_STATUS_H #define VDR_LIVE_OSD_STATUS_H +// STL headers need to be before VDR tools.h (included by <vdr/status.h>) #include <string> + #include <vdr/status.h> -#include <time.h> + namespace vdrlive { |