diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-07-12 11:19:13 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-07-12 11:19:13 +0000 |
commit | e875a2124196e350af62728be10762a2ec133bf5 (patch) | |
tree | ee682e24d9a56d094f3ad305301676c833d1f26d | |
parent | e8823c9b374a977cedae4daba01ad085eb8607f7 (diff) | |
download | vdr-plugin-menuorg-e875a2124196e350af62728be10762a2ec133bf5.tar.gz vdr-plugin-menuorg-e875a2124196e350af62728be10762a2ec133bf5.tar.bz2 |
fixed gcc4.3 FTBFS
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@7392 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | src/MenuConfigurationRepository.cpp | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -51,3 +51,7 @@ VDR Plugin 'menuorg' Revision History 2008-03-26: Version 0.4.3 - Updated Italian translation by Diego Pierotto <vdr-italian@tiscali.it> + +2008-07-12: Version 0.4.4 + +- Fixed GCC4.3 FTBFS diff --git a/src/MenuConfigurationRepository.cpp b/src/MenuConfigurationRepository.cpp index e68ffa0..7e069be 100644 --- a/src/MenuConfigurationRepository.cpp +++ b/src/MenuConfigurationRepository.cpp @@ -34,6 +34,7 @@ #include "CommandMenuNode.h" #include "SeparatorMenuNode.h" #include <vdr/plugin.h> +#include <algorithm> using namespace xmlpp; using namespace std; |