From ca18f7520f2d5bbf584bfce7883ae6dfa84261e0 Mon Sep 17 00:00:00 2001 From: malaterre Date: Sat, 2 Jul 2005 18:09:36 +0000 Subject: [PATCH] ENH: Applying some more patch from Luca Picello to support BCB6 --- src/gdcmException.cxx | 6 ++++-- src/gdcmFile.cxx | 7 ++++--- src/gdcmTS.cxx | 5 +++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/gdcmException.cxx b/src/gdcmException.cxx index 8df23e07..e0ebbb8d 100644 --- a/src/gdcmException.cxx +++ b/src/gdcmException.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmException.cxx,v $ Language: C++ - Date: $Date: 2005/06/24 10:55:59 $ - Version: $Revision: 1.27 $ + Date: $Date: 2005/07/02 18:09:36 $ + Version: $Revision: 1.28 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,6 +19,8 @@ #include "gdcmException.h" #include +#include // for exit + namespace gdcm { //----------------------------------------------------------------------------- diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 0205469d..b33765ad 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/06/30 14:49:02 $ - Version: $Revision: 1.245 $ + Date: $Date: 2005/07/02 18:09:36 $ + Version: $Revision: 1.246 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,8 +39,9 @@ #include "gdcmRLEFramesInfo.h" #include "gdcmJPEGFragmentsInfo.h" -#include //sscanf #include +#include //sscanf +#include // for atoi namespace gdcm { diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index 83a82905..4641bc8d 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.cxx,v $ Language: C++ - Date: $Date: 2005/06/24 10:55:59 $ - Version: $Revision: 1.48 $ + Date: $Date: 2005/07/02 18:09:36 $ + Version: $Revision: 1.49 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,6 +24,7 @@ #include #include #include +#include // for isdigit // TODO // a lot of troubles expected with TS : 1.2.840.113619.5.2 -- 2.45.2