diff options
Diffstat (limited to 'dxr3tools.h')
-rw-r--r-- | dxr3tools.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dxr3tools.h b/dxr3tools.h index 971859c..a4818d5 100644 --- a/dxr3tools.h +++ b/dxr3tools.h @@ -22,7 +22,8 @@ #ifndef _DXR3TOOLS_H_ #define _DXR3TOOLS_H_ -#include "dxr3vdrincludes.h" +#include <string> +#include <vdr/status.h> namespace Tools { |