diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2008-01-10 22:46:44 +0100 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2008-01-10 22:46:44 +0100 |
commit | 6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a (patch) | |
tree | 0bea15dbf8e31d8a61fc66c7995aff52e2a9d56d /setup.h | |
parent | 6249ff002f9388fafd464b461658a1f56c13defc (diff) | |
download | vdr-plugin-live-6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a.tar.gz vdr-plugin-live-6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a.tar.bz2 |
fix compile with gcc4.3
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define VDR_LIVE_SETUP_H #include <list> +#include <limits> #include <numeric> #include <string> #include "live.h" |