From: malaterre Date: Sat, 2 Jul 2005 16:51:16 +0000 (+0000) Subject: ENH: Add function declaration for atoi and isdigit X-Git-Tag: Version1.2.bp~387 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=48bb568cbb7f23c7bd95cbbc7e912bd25bcb9468;p=gdcm.git ENH: Add function declaration for atoi and isdigit --- diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index ce90658f..441fb2b7 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2005/06/29 15:58:33 $ - Version: $Revision: 1.252 $ + Date: $Date: 2005/07/02 16:51:16 $ + Version: $Revision: 1.253 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -31,6 +31,8 @@ #include #include #include +#include // for isdigit +#include // for atoi namespace gdcm {