X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageInfo.cxx;h=8619278551becd8a6f22e3548f437aa8498a61a3;hb=942f4fcf5d6d3d813e9da546331f599f61dee0ac;hp=c02e819ad5ae2843e33b03c1dc6ff9a1b8993df0;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/tools/clitkImageInfo.cxx b/tools/clitkImageInfo.cxx index c02e819..8619278 100644 --- a/tools/clitkImageInfo.cxx +++ b/tools/clitkImageInfo.cxx @@ -1,10 +1,7 @@ /*========================================================================= Program: clitk -Module: $RCSfile: clitkImageInfo.cxx,v $ Language: C++ -Date: $Date: 2010/01/06 13:31:56 $ -Version: $Revision: 1.1 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,9 +20,13 @@ PURPOSE. See the above copyright notices for more information. * @date 02 Jul 2006 =================================================*/ +// itk include +#include "itkImageIOBase.h" + // clitk include #include "clitkImageInfo_ggo.h" #include "clitkIO.h" +#include "clitkImageCommon.h" //==================================================================== int main(int argc, char * argv[]) {