]> Creatis software - gdcm.git/commitdiff
#include <string>
authorjpr <jpr>
Thu, 13 Mar 2003 15:45:13 +0000 (15:45 +0000)
committerjpr <jpr>
Thu, 13 Mar 2003 15:45:13 +0000 (15:45 +0000)
#ifdef _MSC_VER
using namespace std;  // string type lives in the std namespace on VC++
#endif

src/gdcmException.h

index 2378e3b8ff254f872ab72c8b0d0c24398343166c..1d0192c3cbe8b4288b6db399c139974ea7f511b1 100644 (file)
 #define GDCM_EXCEPTION_H
 
 #include <string>
+#ifdef _MSC_VER
+using namespace std;  // string type lives in the std namespace on VC++
+#endif
+
 #include <iostream>
 #include <exception>
 using namespace std;