avoiding unkown namespace std

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-12-03 08:43:31 +00:00
parent abb4f9c937
commit d281db8b42

View File

@@ -27,6 +27,8 @@
#ifdef __MSL__ #ifdef __MSL__
#if __MSL__ >= 0x6000 #if __MSL__ >= 0x6000
#include "math.h" #include "math.h"
// in case our functions were defined outside std, we make it known all the same
namespace std { }
using namespace std ; using namespace std ;
#endif #endif
#endif #endif