]> Creatis software - clitk.git/blobdiff - common/clitkListOfPair.h
remove MACRO for vvTool and others minors stuffs
[clitk.git] / common / clitkListOfPair.h
index 4e9502f5534adc47d8a8a0f07fa2090351da6df1..12a207f0855c3bc7c3dd3aa2ed50158f9dacfd95 100644 (file)
@@ -2,17 +2,19 @@
 #define CLITKLISTOFPAIR_H
 
 /**
- ===================================================================
- * @file   clitkListOfPair.h
- * @author David Sarrut <David.Sarrut@creatis.insa-lyon.fr>
- * @date   27 Feb 2007 09:44:18
  ===================================================================
  * @file   clitkListOfPair.h
  * @author David Sarrut <David.Sarrut@creatis.insa-lyon.fr>
  * @date   27 Feb 2007 09:44:18
 
- * @brief  
  * @brief  
 
- ===================================================================*/
  ===================================================================*/
 
 #include "clitkCommon.h"
 
+#include <fstream>
+
 namespace clitk {
   
   //====================================================================
@@ -21,8 +23,8 @@ namespace clitk {
   
   //====================================================================
   double convertValue(double v, 
-                                         const std::multimap<double, double> & conversionTable, 
-                                         bool linear);
+                      const std::multimap<double, double> & conversionTable, 
+                      bool linear);
   
 #include "clitkListOfPair.txx"