X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FmakeDicomDir.cxx;h=fbaf7f3530c0abcf308a549dcc23a49ca3d23e6b;hb=9d913797d3bf5a18625f4d8d8b42c8f5c8c10d99;hp=8d8e3e1fc47d0aa46855dbeaa03be159596a9d23;hpb=05f4ffeadc3beb5ff48fd88e7342d9287c18a27b;p=gdcm.git diff --git a/Example/makeDicomDir.cxx b/Example/makeDicomDir.cxx index 8d8e3e1f..fbaf7f35 100644 --- a/Example/makeDicomDir.cxx +++ b/Example/makeDicomDir.cxx @@ -1,10 +1,27 @@ -#include -#include "gdcm.h" +/*========================================================================= + + Program: gdcm + Module: $RCSfile: makeDicomDir.cxx,v $ + Language: C++ + 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 + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #include "gdcmDocEntry.h" #include "gdcmDicomDir.h" #include "gdcmDicomDirPatient.h" #include "gdcmDirList.h" +#include + // --- void StartMethod(void *toto) { (void)toto;