diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-21 04:07:46 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-21 04:08:34 +0200 |
commit | 30fef3dda362173844b4edb50294803e02308269 (patch) | |
tree | 5eb370c1bdb54a11f292096e65eb8e24a251b1db /tasks.cpp | |
parent | 5f457e6d67133e2b7e7269efedbbe758227b44e3 (diff) | |
download | vdr-plugin-live-30fef3dda362173844b4edb50294803e02308269.tar.gz vdr-plugin-live-30fef3dda362173844b4edb50294803e02308269.tar.bz2 |
Fixed compilation with VDR 2.2.0
Diffstat (limited to 'tasks.cpp')
-rw-r--r-- | tasks.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ #include "stdext.h" #include "recman.h" +#if VDRVERSNUM < 20300 +#include "tools.h" // ReadLock +#endif + // STL headers need to be before VDR tools.h (included by <vdr/menu.h>) #include <algorithm> |