]> Creatis software - gdcm.git/commitdiff
Fix trouble with BCC
authorjpr <jpr>
Wed, 31 May 2006 16:02:32 +0000 (16:02 +0000)
committerjpr <jpr>
Wed, 31 May 2006 16:02:32 +0000 (16:02 +0000)
Thx to Luca Picello for the fix.

src/gdcmCommon.h

index 95d8978cda6f69dcd021236521dfd23219e731bc..98eee44ad8f308c730311ff168e9a89668f1a733 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommon.h,v $
   Language:  C++
-  Date:      $Date: 2006/04/12 10:55:49 $
-  Version:   $Revision: 1.110 $
+  Date:      $Date: 2006/05/31 16:02:32 $
+  Version:   $Revision: 1.111 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
   #define GDCM_EXPORT
 #endif
 
+#ifdef __BORLANDC__
+#include <mem.h>
+#endif
+
 //-----------------------------------------------------------------------------
 /// \brief namespace for Grass root DiCoM
 namespace gdcm