From 2449694c55f57b99cdd63be5f5d77374f87c4e2e Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 7 Apr 2014 19:27:11 +0200 Subject: [PATCH] clean up namespace issue for rhel --- pdns/auth-carbon.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pdns/auth-carbon.cc b/pdns/auth-carbon.cc index 6f9c078b0b..a1811fbaaa 100644 --- a/pdns/auth-carbon.cc +++ b/pdns/auth-carbon.cc @@ -5,8 +5,7 @@ #include "arguments.hh" #include "common_startup.hh" #include - -using namespace std; +#include "namespaces.hh" void* carbonDumpThread(void*) try @@ -59,13 +58,13 @@ try if(ret==0) L<