]> Creatis software - gdcm.git/blobdiff - src/gdcmDataEntry.cxx
Add #include for BCC
[gdcm.git] / src / gdcmDataEntry.cxx
index 1d8ade9fe3db1dc53094fa0f921db178f2c3e6fd..1d8706f9596dce302f114a80b08d54af89ce1631 100644 (file)
@@ -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
 
 #include <fstream>
 
+#if defined(__BORLANDC__)
+ #include <mem.h> // for memcpy
+ #include <stdlib.h> // for atof
+ #include <ctype.h> // for isdigit
+#endif
+
 namespace gdcm 
 {
 //-----------------------------------------------------------------------------