X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=11a6255955e8b2185c25b49334bd64158d58a8dc;hb=39562adceed3b608834959f2ed079b945187bb22;hp=769ca63f0bf4400cbb783cf53d3bd7b44b3fc293;hpb=1d616cc7be31f7195c8bba4142e02350cd2fb958;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index 769ca63..11a6255 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -42,6 +42,13 @@ # include #endif +#if ITK_VERSION_MAJOR < 4 +namespace itk +{ + typedef unsigned int ThreadIdType; +} +#endif + //-------------------------------------------------------------------- namespace clitk {