From: jpr Date: Thu, 13 Mar 2003 15:42:08 +0000 (+0000) Subject: #include X-Git-Tag: April2003~19 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=26b6ebf6609df422a80daa053013b76ffddd7a1f;p=gdcm.git #include #ifdef _MSC_VER using namespace std; // string type lives in the std namespace on VC++ #endif en esperant que ca marche comme avant --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 45458070..a86930e2 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -20,12 +20,15 @@ typedef int gint32; #ifdef _MSC_VER #define GDCM_EXPORT __declspec( dllexport ) -using namespace std; #else #define GDCM_EXPORT #endif #include +#ifdef _MSC_VER +using namespace std; // string type lives in the std namespace on VC++ +#endif + typedef string TagKey; typedef string TagName;