X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.cxx;h=de833c093864fdf23d66db85d4fec10c268c0d66;hb=906464b1c71b1b623f8202a693e75a358a5bd965;hp=4dcd5656abe9ce2d634fd71cf487fe7a5734fef7;hpb=5fc27a3df905bd152a81f9ee453184ccadec1dc9;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.cxx b/src/gdcmRLEFramesInfo.cxx index 4dcd5656..de833c09 100644 --- a/src/gdcmRLEFramesInfo.cxx +++ b/src/gdcmRLEFramesInfo.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.cxx,v $ Language: C++ - Date: $Date: 2005/09/07 08:49:58 $ - Version: $Revision: 1.17 $ + Date: $Date: 2006/01/27 10:01:34 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,6 +20,10 @@ #include "gdcmDebug.h" #include "gdcmUtil.h" +#if defined(__BORLANDC__) + #include // for memset +#endif + namespace gdcm { //-------------------------------------------------------------------------