X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FBuildUpDicomDir.cxx;h=7aa49723d1d8c705588891d8a49be588e54ded0f;hb=75fe55c7b72932dac378a24e7315071bc0ac9af6;hp=7429a337b6b9bde004a08e26f09c764f13b41b57;hpb=05f4ffeadc3beb5ff48fd88e7342d9287c18a27b;p=gdcm.git diff --git a/Example/BuildUpDicomDir.cxx b/Example/BuildUpDicomDir.cxx index 7429a337..7aa49723 100644 --- a/Example/BuildUpDicomDir.cxx +++ b/Example/BuildUpDicomDir.cxx @@ -1,4 +1,20 @@ -#include +/*========================================================================= + + Program: gdcm + Module: $RCSfile: BuildUpDicomDir.cxx,v $ + Language: C++ + Date: $Date: 2004/11/30 18:10:23 $ + 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 "gdcm.h" #include "gdcmDocEntry.h" #include "gdcmDicomDir.h" @@ -7,6 +23,8 @@ #include "gdcmDebug.h" #include +#include +#include #ifdef GDCM_NO_ANSI_STRING_STREAM # include # define ostringstream ostrstream