From: malaterre Date: Thu, 20 Oct 2005 13:58:18 +0000 (+0000) Subject: COMP: Fix bcc55 X-Git-Tag: OpenJPEG.Version1.2~292 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=903abdfb9913f544b7173fce8a9a9bb1141af537;hp=d72d6930415f074ed002b44291cd568ece0a2849;p=gdcm.git COMP: Fix bcc55 --- diff --git a/src/gdcmTagKey.h b/src/gdcmTagKey.h index a498b72a..2628a848 100644 --- a/src/gdcmTagKey.h +++ b/src/gdcmTagKey.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTagKey.h,v $ Language: C++ - Date: $Date: 2005/10/20 09:23:24 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/10/20 13:58:18 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,6 +24,7 @@ #include #include #include // for std::ios::left, ... +#include // for ugly sprintf namespace gdcm {