From: bert hubert Date: Mon, 5 Jan 2015 13:56:19 +0000 (+0100) Subject: fix up namespace issue for RHEL X-Git-Tag: rec-3.7.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c05c1a188f5e99591633d7c18e1387955399b53;p=thirdparty%2Fpdns.git fix up namespace issue for RHEL --- diff --git a/pdns/lua-iputils.cc b/pdns/lua-iputils.cc index 116bf1035a..261a780c60 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