X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FBuildUpDicomDir.cxx;h=7aa49723d1d8c705588891d8a49be588e54ded0f;hb=75fe55c7b72932dac378a24e7315071bc0ac9af6;hp=0f84a446bbd7c31eb6d0c7fbf2d756662fdfc464;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/Example/BuildUpDicomDir.cxx b/Example/BuildUpDicomDir.cxx index 0f84a446..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 @@ -20,9 +38,10 @@ #include // for Directory pb -#ifdef _MSC_VER +#if defined(_MSC_VER) || defined(__BORLANDC__) #include #include + #include #else #include #include