X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FDense2007ToDicom.cxx;h=e8c30c4dd40bb88ba7886d1700137362a2c51ef9;hb=1e66f7398c38a3d71b480e0297e29636ea6e1c1b;hp=6cc49ff66e95fcae5e1d09b76941f8879972424d;hpb=3b1f653b219f72d841e3b52ef2ae20d2c7c91220;p=gdcm.git diff --git a/Example/Dense2007ToDicom.cxx b/Example/Dense2007ToDicom.cxx index 6cc49ff6..e8c30c4d 100755 --- a/Example/Dense2007ToDicom.cxx +++ b/Example/Dense2007ToDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Dense2007ToDicom.cxx,v $ Language: C++ - Date: $Date: 2007/10/24 08:03:10 $ - Version: $Revision: 1.4 $ + Date: $Date: 2007/10/29 17:13:59 $ + Version: $Revision: 1.5 $ 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 //#include +#if defined(__BORLANDC__) +#include +#endif + #include "gdcmFile.h" #include "gdcmFileHelper.h" #include "gdcmDebug.h"