projects
/
clitk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d550331
)
Attempt to solve Kumar's issue
author
srit
<srit>
Thu, 16 Sep 2010 15:51:10 +0000
(15:51 +0000)
committer
srit
<srit>
Thu, 16 Sep 2010 15:51:10 +0000
(15:51 +0000)
common/clitkHndImageIO.h
patch
|
blob
|
history
diff --git
a/common/clitkHndImageIO.h
b/common/clitkHndImageIO.h
index 233d9ace1007ea4b3809edb8efc747b651f65a8a..25da449251c2eb95cf99abf79341d7bc269b1d42 100644
(file)
--- 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 <stdint.h>
#endif