From dbd2b88f498ecefdd8f4175fb0f44dfe47c68b01 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 17 Sep 2019 15:31:01 +0200 Subject: Fix clang build --- src/Config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index de5b42e..9420e1f 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -39,9 +39,10 @@ along with the ASTRA Toolbox. If not, see . #include "astra/Logging.h" #include -using namespace astra; using namespace std; +namespace astra { + //----------------------------------------------------------------------------- // default constructor Config::Config() : self() @@ -180,3 +181,4 @@ template class ConfigStackCheck; template class ConfigStackCheck; template class ConfigStackCheck; +} -- cgit v1.2.3