]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
[gdcm.git] / src / gdcmCommon.h
index 4041279b27425ca3bd2ea56e4713e0d83fb44875..a86930e25d309159e5eba701b8b633421db34ac2 100644 (file)
@@ -25,6 +25,10 @@ typedef  int                 gint32;
 #endif
 
 #include <string>
+#ifdef _MSC_VER
+using namespace std;  // string type lives in the std namespace on VC++
+#endif
+
 typedef string TagKey;
 typedef string TagName;