X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FclitkCommon.h;h=11a6255955e8b2185c25b49334bd64158d58a8dc;hb=a6957c4825e83c61b977ec316dd841878617ffbd;hp=769ca63f0bf4400cbb783cf53d3bd7b44b3fc293;hpb=01b30e7f03475e50c640ec4e44d557823d89202c;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 {