From edfc14dd195f9759cf02da0959d96d1499d572be Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 30 Nov 2004 18:10:23 +0000 Subject: [PATCH] COMP: Fix comp on gcc295 --- Example/BuildUpDicomDir.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Example/BuildUpDicomDir.cxx b/Example/BuildUpDicomDir.cxx index 5fd9b6ad..7aa49723 100644 --- a/Example/BuildUpDicomDir.cxx +++ b/Example/BuildUpDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: BuildUpDicomDir.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:26:17 $ - Version: $Revision: 1.8 $ + 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 @@ -15,7 +15,6 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include #include "gdcm.h" #include "gdcmDocEntry.h" #include "gdcmDicomDir.h" @@ -24,6 +23,8 @@ #include "gdcmDebug.h" #include +#include +#include #ifdef GDCM_NO_ANSI_STRING_STREAM # include # define ostringstream ostrstream -- 2.48.1