From 3c05c1a188f5e99591633d7c18e1387955399b53 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 5 Jan 2015 14:56:19 +0100 Subject: [PATCH] fix up namespace issue for RHEL --- pdns/lua-iputils.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/lua-iputils.cc b/pdns/lua-iputils.cc index 116bf1035..261a780c6 100644 --- a/pdns/lua-iputils.cc +++ b/pdns/lua-iputils.cc @@ -13,8 +13,7 @@ extern "C" { #include #include #include - -using namespace std; +#include "namespaces.hh" #undef L #if !defined LUA_VERSION_NUM || LUA_VERSION_NUM==501 -- 2.40.0