Commit in lcio/src/cpp/include/UTIL on MAIN
CellIDDecoder.h+2-11.6 -> 1.7
JM: Fix for gcc 4 from Allister.

lcio/src/cpp/include/UTIL
CellIDDecoder.h 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- CellIDDecoder.h	19 Jun 2006 08:49:32 -0000	1.6
+++ CellIDDecoder.h	20 Jun 2006 16:36:14 -0000	1.7
@@ -3,6 +3,7 @@
 
 //#include <vector>
 //#include "EVENT/LCObject.h"
+#include "EVENT/LCParameters.h"
 #include "EVENT/LCCollection.h"
 #include "EVENT/SimTrackerHit.h"
 #include "UTIL/BitField64.h"
@@ -24,7 +25,7 @@
    *  See UTIL::BitField64 for a description of the encoding string. 
    * 
    *  @see BitField64
-   *  @version $Id: CellIDDecoder.h,v 1.6 2006/06/19 08:49:32 gaede Exp $
+   *  @version $Id: CellIDDecoder.h,v 1.7 2006/06/20 16:36:14 jeremy Exp $
    */
   template <class T> 
   class CellIDDecoder {
CVSspam 0.2.8