From 6248c4f5c8f0a565c8ed3f35df4e4ded2fae1a7c Mon Sep 17 00:00:00 2001 From: srit Date: Thu, 16 Sep 2010 15:51:10 +0000 Subject: [PATCH] Attempt to solve Kumar's issue --- common/clitkHndImageIO.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.1