X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.cxx;h=1d8706f9596dce302f114a80b08d54af89ce1631;hb=83d626ec3d3111a6d14586246b6e2dda56f0ab86;hp=1d8ade9fe3db1dc53094fa0f921db178f2c3e6fd;hpb=fafcabd41c8bd44143874bb4f4ef267e9a718864;p=gdcm.git diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index 1d8ade9f..1d8706f9 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2006/01/20 09:17:25 $ - Version: $Revision: 1.28 $ + Date: $Date: 2006/01/27 10:01:33 $ + Version: $Revision: 1.29 $ 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,12 @@ #include +#if defined(__BORLANDC__) + #include // for memcpy + #include // for atof + #include // for isdigit +#endif + namespace gdcm { //-----------------------------------------------------------------------------