Print

Print


Commit in lcio/src/cpp/include/UTIL on MAIN
CellIDDecoder.h+4-11.5 -> 1.6
 fixed problem in gcc 4.0.3 with #include "LCParameters.h"

lcio/src/cpp/include/UTIL
CellIDDecoder.h 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- CellIDDecoder.h	29 Mar 2006 13:55:09 -0000	1.5
+++ CellIDDecoder.h	19 Jun 2006 08:49:32 -0000	1.6
@@ -9,6 +9,9 @@
 #include "lcio.h"
 #include <string>
 
+// fixes problem in gcc 4.0.3
+#include "EVENT/LCParameters.h"
+
 //#include <sstream>
 //#include <typeinfo>
 
@@ -21,7 +24,7 @@
    *  See UTIL::BitField64 for a description of the encoding string. 
    * 
    *  @see BitField64
-   *  @version $Id: CellIDDecoder.h,v 1.5 2006/03/29 13:55:09 gaede Exp $
+   *  @version $Id: CellIDDecoder.h,v 1.6 2006/06/19 08:49:32 gaede Exp $
    */
   template <class T> 
   class CellIDDecoder {
CVSspam 0.2.8