From 903abdfb9913f544b7173fce8a9a9bb1141af537 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 20 Oct 2005 13:58:18 +0000 Subject: [PATCH] COMP: Fix bcc55 --- src/gdcmTagKey.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 { -- 2.45.1