From 73ac2f62581433dffdefd4c500c97f5273611445 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 5 Jul 2005 14:55:24 +0000 Subject: [PATCH] ENH: More patch from Luca to fix compilation on BCB6 --- src/gdcmValEntry.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gdcmValEntry.cxx b/src/gdcmValEntry.cxx index 8f92ab33..671e6bd3 100644 --- a/src/gdcmValEntry.cxx +++ b/src/gdcmValEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValEntry.cxx,v $ Language: C++ - Date: $Date: 2005/06/24 10:55:59 $ - Version: $Revision: 1.62 $ + Date: $Date: 2005/07/05 14:55:24 $ + Version: $Revision: 1.63 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -25,6 +25,8 @@ #include "gdcmDocument.h" #include +#include // for isdigit +#include // for atoi namespace gdcm { -- 2.48.1