X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.h;h=1d0192c3cbe8b4288b6db399c139974ea7f511b1;hb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;hp=2378e3b8ff254f872ab72c8b0d0c24398343166c;hpb=724fc941e10045f4e21ac6bdd7d8e89c3b68bbf9;p=gdcm.git diff --git a/src/gdcmException.h b/src/gdcmException.h index 2378e3b8..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;