X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkHndImageIO.h;h=05fc1bd21e66c03626b42847f8ad79c6ddf50488;hb=0d072dc34ddb454f15fcec9da589350f9dc643ed;hp=233d9ace1007ea4b3809edb8efc747b651f65a8a;hpb=3451be2e38ff6603113fb95f7498e127707de370;p=clitk.git diff --git a/common/clitkHndImageIO.h b/common/clitkHndImageIO.h index 233d9ac..05fc1bd 100644 --- a/common/clitkHndImageIO.h +++ b/common/clitkHndImageIO.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef CLITKHNDIMAGEIO_H #define 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