aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsvfactory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfsvfactory.cc')
-rw-r--r--lib/rfsvfactory.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rfsvfactory.cc b/lib/rfsvfactory.cc
index 3a142da..46de414 100644
--- a/lib/rfsvfactory.cc
+++ b/lib/rfsvfactory.cc
@@ -39,6 +39,8 @@
#include "ppsocket.h"
#include "Enum.h"
+using namespace std;
+
ENUM_DEFINITION(rfsvfactory::errs, rfsvfactory::FACERR_NONE) {
stringRep.add(rfsvfactory::FACERR_NONE, N_("no error"));
stringRep.add(rfsvfactory::FACERR_COULD_NOT_SEND, N_("could not send version request"));