aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs.cc')
-rw-r--r--lib/rpcs.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpcs.cc b/lib/rpcs.cc
index bc24272..4a310f0 100644
--- a/lib/rpcs.cc
+++ b/lib/rpcs.cc
@@ -39,6 +39,8 @@
#include "psiprocess.h"
#include "Enum.h"
+using namespace std;
+
ENUM_DEFINITION(rpcs::machs, rpcs::PSI_MACH_UNKNOWN) {
stringRep.add(rpcs::PSI_MACH_UNKNOWN, N_("Unknown device"));
stringRep.add(rpcs::PSI_MACH_PC, N_("PC"));