diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-10-25 16:45:29 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-10-25 16:45:29 +0000 |
commit | 2872eebd85125a745d2db710be7578045a74c771 (patch) | |
tree | 95dbd6477c7d65b698509d573da058a15b0b159a | |
parent | b9542da7561744534b482deae6f087ac020935cb (diff) | |
download | vdr-plugin-live-2872eebd85125a745d2db710be7578045a74c771.tar.gz vdr-plugin-live-2872eebd85125a745d2db710be7578045a74c771.tar.bz2 |
- included i18n.h for trVDR
-rw-r--r-- | timers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include "exception.h" #include "timers.h" #include "tools.h" +#include "i18n.h" static bool operator<( cTimer const& left, cTimer const& right ) { |