X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.h;h=1d0192c3cbe8b4288b6db399c139974ea7f511b1;hb=a5d92ab54014d69e1c37116eb923dc3c5dc2e21f;hp=3c30f94be732d78c03339b4a7cd9ddfb69a872c7;hpb=a76c87a014480149a0fc8524124a596083322600;p=gdcm.git diff --git a/src/gdcmException.h b/src/gdcmException.h index 3c30f94b..1d0192c3 100644 --- a/src/gdcmException.h +++ b/src/gdcmException.h @@ -16,6 +16,10 @@ #define GDCM_EXCEPTION_H #include +#ifdef _MSC_VER +using namespace std; // string type lives in the std namespace on VC++ +#endif + #include #include 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() { }