From: jpr Date: Wed, 31 May 2006 16:02:32 +0000 (+0000) Subject: Fix trouble with BCC X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e154c98235f8e02f98c0647c1eba8b426cdff45f;p=gdcm.git Fix trouble with BCC Thx to Luca Picello for the fix. --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index 95d8978c..98eee44a 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -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 @@ -36,6 +36,10 @@ #define GDCM_EXPORT #endif +#ifdef __BORLANDC__ +#include +#endif + //----------------------------------------------------------------------------- /// \brief namespace for Grass root DiCoM namespace gdcm