From 6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Thu, 10 Jan 2008 22:46:44 +0100 Subject: fix compile with gcc4.3 --- epg_events.cpp | 1 + filecache.h | 1 + recman.cpp | 1 + setup.h | 1 + 4 files changed, 4 insertions(+) diff --git a/epg_events.cpp b/epg_events.cpp index 2302827..7d22cdf 100644 --- a/epg_events.cpp +++ b/epg_events.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "tools.h" #include "recman.h" diff --git a/filecache.h b/filecache.h index eaf9739..6833193 100644 --- a/filecache.h +++ b/filecache.h @@ -1,6 +1,7 @@ #ifndef VDR_LIVE_FILECACHE_H #define VDR_LIVE_FILECACHE_H +#include #include #include #include diff --git a/recman.cpp b/recman.cpp index eb993d5..153e9dd 100644 --- a/recman.cpp +++ b/recman.cpp @@ -4,6 +4,7 @@ #include #include #include +#include #include "stdext.h" #include "tools.h" diff --git a/setup.h b/setup.h index 6fffa80..17edf4e 100644 --- a/setup.h +++ b/setup.h @@ -2,6 +2,7 @@ #define VDR_LIVE_SETUP_H #include +#include #include #include #include "live.h" -- cgit v1.2.3