From 6b1a8b64f1292b41bf1caa8e61d3ad03498939b7 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 1 Nov 2004 00:38:32 +0000 Subject: [PATCH] Declare namespace std {} before using namespace std; for MetroWerks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/dc.cpp b/src/mac/carbon/dc.cpp index 4e570147ca..5fd016f985 100644 --- a/src/mac/carbon/dc.cpp +++ b/src/mac/carbon/dc.cpp @@ -24,6 +24,7 @@ #if __MSL__ >= 0x6000 #include "math.h" +namespace std {} using namespace std ; #endif -- 2.45.2