summaryrefslogtreecommitdiff
path: root/recman.cpp
diff options
context:
space:
mode:
authorMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2008-01-10 22:46:44 +0100
committerMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2008-01-10 22:46:44 +0100
commit6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a (patch)
tree0bea15dbf8e31d8a61fc66c7995aff52e2a9d56d /recman.cpp
parent6249ff002f9388fafd464b461658a1f56c13defc (diff)
downloadvdr-plugin-live-6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a.tar.gz
vdr-plugin-live-6316fbc396edd30cb09fc2dd8ae7a823bf3a4b6a.tar.bz2
fix compile with gcc4.3
Diffstat (limited to 'recman.cpp')
-rw-r--r--recman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/recman.cpp b/recman.cpp
index eb993d5..153e9dd 100644
--- a/recman.cpp
+++ b/recman.cpp
@@ -4,6 +4,7 @@
#include <sstream>
#include <fstream>
#include <stack>
+#include <algorithm>
#include "stdext.h"
#include "tools.h"