]> Creatis software - gdcm.git/commitdiff
COMP: sprintf is declared in stdio.h
authormalaterre <malaterre>
Tue, 14 Jun 2005 18:37:55 +0000 (18:37 +0000)
committermalaterre <malaterre>
Tue, 14 Jun 2005 18:37:55 +0000 (18:37 +0000)
src/gdcmDictSet.cxx

index b7c522efd8a795497c370b7b638c46540ddf016b..3eede79dcf9f640e847a985274b4194454f5578a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictSet.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/06/14 14:00:04 $
-  Version:   $Revision: 1.63 $
+  Date:      $Date: 2005/06/14 18:37:55 $
+  Version:   $Revision: 1.64 $
                                                                                 
   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,7 @@
 #include "gdcmDebug.h"
 #include <fstream>
 #include <stdlib.h>  // For getenv
+#include <stdio.h>   // For sprintf
 
 namespace gdcm 
 {