]> Creatis software - gdcm.git/blobdiff - src/gdcmException.h
* Added python wrappers of vtkGdcmReader vtk class (see the
[gdcm.git] / src / gdcmException.h
index 3c30f94be732d78c03339b4a7cd9ddfb69a872c7..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;
@@ -49,7 +53,7 @@ class GDCM_EXPORT gdcmException : public exception {
   
 
   /**
-   * virtual descructor makes this class dynamic
+   * virtual destructor makes this class dynamic
    */
   virtual ~gdcmException() {
   }