From d281db8b42ccda3c0c88c815cb9b453d80eee911 Mon Sep 17 00:00:00 2001
From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Sat, 3 Dec 2005 08:43:31 +0000
Subject: [PATCH] avoiding unkown namespace std

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/mac/carbon/dccg.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mac/carbon/dccg.cpp b/src/mac/carbon/dccg.cpp
index 994394c5a6..2af913ecbe 100755
--- a/src/mac/carbon/dccg.cpp
+++ b/src/mac/carbon/dccg.cpp
@@ -27,6 +27,8 @@
 #ifdef __MSL__
     #if __MSL__ >= 0x6000
         #include "math.h"
+        // in case our functions were defined outside std, we make it known all the same
+        namespace std { }  
         using namespace std ;
     #endif
 #endif
-- 
2.47.2