X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkHndImageIO.h;h=25da449251c2eb95cf99abf79341d7bc269b1d42;hb=39cefd8c1cb4a39b5d451b113e5877cd27f388a6;hp=233d9ace1007ea4b3809edb8efc747b651f65a8a;hpb=3451be2e38ff6603113fb95f7498e127707de370;p=clitk.git diff --git a/common/clitkHndImageIO.h b/common/clitkHndImageIO.h index 233d9ac..25da449 100644 --- a/common/clitkHndImageIO.h +++ b/common/clitkHndImageIO.h @@ -22,7 +22,9 @@ #include "itkImageIOBase.h" #if defined (_MSC_VER) && (_MSC_VER < 1600) -#include "msinttypes/stdint.h" +//SR: taken from +//#include "msinttypes/stdint.h" +typedef unsigned int uint32_t; #else #include #endif