From: malaterre Date: Tue, 7 Jun 2005 14:50:36 +0000 (+0000) Subject: COMP: Need to include header if you use function X-Git-Tag: Version1.2.bp~596 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ba0a18abbcfc4963482d968fdc684f31fa995241;p=gdcm.git COMP: Need to include header if you use function --- diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index db088735..ad21049b 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/06/07 10:07:20 $ - Version: $Revision: 1.47 $ + Date: $Date: 2005/06/07 14:50:36 $ + Version: $Revision: 1.48 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,6 +22,7 @@ #include // for std::ios::left, ... #include +#include // for sprintf, grrrr namespace gdcm {