aboutsummaryrefslogtreecommitdiffstats
path: root/apps/console/diatheke/diathekemgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/console/diatheke/diathekemgr.cpp')
-rw-r--r--apps/console/diatheke/diathekemgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/console/diatheke/diathekemgr.cpp b/apps/console/diatheke/diathekemgr.cpp
index 87f9102..3b87967 100644
--- a/apps/console/diatheke/diathekemgr.cpp
+++ b/apps/console/diatheke/diathekemgr.cpp
@@ -28,6 +28,8 @@
#include "gbfcgi.h"
#include "thmlcgi.h"
+using std::string;
+
//---------------------------------------------------------------------------
DiathekeMgr::DiathekeMgr (SWConfig * iconfig, SWConfig * isysconfig, bool autoload, char enc, char mark, bool ibidi, bool ishape)
: SWMgr(iconfig, isysconfig, autoload, new DiathekeFilterMgr(mark, enc))