]> Creatis software - gdcm.git/blobdiff - src/gdcmSerieHelper.h
ENH: Apparently the new Free .Net compiler complains also about the dll heritance...
[gdcm.git] / src / gdcmSerieHelper.h
index 1939088f96695a00442fc5bd857f74c378015df4..9376c17ec9f2d9b031b7d1597bd71bf860dd340f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSerieHelper.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/05 01:25:03 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/02/06 14:43:28 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -21,8 +21,8 @@
 
 #include "gdcmCommon.h" 
 
-#include <list>
 #include <vector>
+#include <iostream>
 #include <map>
 
 namespace gdcm 
@@ -46,7 +46,7 @@ public:
 
    SerieHelper();
    ~SerieHelper();
-   void Print(std::ostream &os = std::cout, std::string const & indent = "" );
+   void Print(std::ostream &os = std::cout, std::string const &indent = "" );
 
    /// \todo should return bool or throw error ?
    void AddFileName(std::string const &filename);