X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FmakeDicomDir.cxx;h=fbaf7f3530c0abcf308a549dcc23a49ca3d23e6b;hb=a150a376b47fc0894b57d18a59e970b2b9f2889f;hp=4ffd464bf6af83313f0ce96a2457076a350e25a9;hpb=978f699b97794e209f9d20e2a33a72404bda54ef;p=gdcm.git diff --git a/Example/makeDicomDir.cxx b/Example/makeDicomDir.cxx index 4ffd464b..fbaf7f35 100644 --- a/Example/makeDicomDir.cxx +++ b/Example/makeDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: makeDicomDir.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:26:18 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/12/03 20:16:56 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -15,13 +15,13 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include -#include "gdcm.h" #include "gdcmDocEntry.h" #include "gdcmDicomDir.h" #include "gdcmDicomDirPatient.h" #include "gdcmDirList.h" +#include + // --- void StartMethod(void *toto) { (void)toto;