X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmRLE.cxx;h=2f38ae1756c911ec17335a9ad9e14e6e5330f939;hb=81e328d78c2028a7c2ecb86e6cee04839f4d56b2;hp=784b5f593783122b116e1e806d44550054a4d41f;hpb=be70f5cdc8ac472bff8ad8a36637457fe49778bd;p=gdcm.git diff --git a/src/gdcmRLE.cxx b/src/gdcmRLE.cxx index 784b5f59..2f38ae17 100644 --- a/src/gdcmRLE.cxx +++ b/src/gdcmRLE.cxx @@ -2,7 +2,7 @@ //----------------------------------------------------------------------------- #include #include "gdcmFile.h" -#include /* to declare isprint() */ +#include // to declare isprint() #define str2num(str, typeNum) *((typeNum *)(str))