diff --git a/g4root/src/TG4RootDetectorConstruction.cxx b/g4root/src/TG4RootDetectorConstruction.cxx index 2ba67c3a7c593a1ee7066e9e2b076c898418a8ec..c0381713ff63380ef7a9b0da17a42eefe49a3635 100644 --- a/g4root/src/TG4RootDetectorConstruction.cxx +++ b/g4root/src/TG4RootDetectorConstruction.cxx @@ -1,4 +1,4 @@ -// @(#)root/g4root:$Name: $:$Id: TG4RootDetectorConstruction.cxx,v 1.2 2006/11/22 17:29:54 rdm Exp $ +// @(#)root/g4root:$Name: $:$Id: TG4RootDetectorConstruction.cxx,v 1.3 2006/12/01 08:51:39 brun Exp $ // Author: Andrei Gheata 07/08/06 /************************************************************************* @@ -71,6 +71,7 @@ #include "G4GeometryManager.hh" #include "TG4RootNavMgr.h" +#include "TList.h" #include "TG4RootNavigator.h" #include "TG4RootSolid.h" #include "TG4RootDetectorConstruction.h" diff --git a/geom/src/TGeoMaterial.cxx b/geom/src/TGeoMaterial.cxx index 9ee7dfe020916e0d0ca1b997ddc33c069f7db23f..497dbca2f407ab9b5dc130b216e8cb3e39465894 100644 --- a/geom/src/TGeoMaterial.cxx +++ b/geom/src/TGeoMaterial.cxx @@ -1,4 +1,4 @@ -// @(#)root/geom:$Name: $:$Id: TGeoMaterial.cxx,v 1.37 2006/11/07 08:50:54 brun Exp $ +// @(#)root/geom:$Name: $:$Id: TGeoMaterial.cxx,v 1.38 2006/11/14 09:19:28 brun Exp $ // Author: Andrei Gheata 25/10/01 /************************************************************************* @@ -20,6 +20,7 @@ #include "TMath.h" #include "TObjArray.h" #include "TStyle.h" +#include "TList.h" #include "TGeoManager.h" #include "TGeoMaterial.h" diff --git a/geom/src/TGeoMedium.cxx b/geom/src/TGeoMedium.cxx index 00a14be3268c518d4dc12fb063e68495cb2c2970..bd864157e8ef6a2d2e0bc5548fc2c6e768b5293e 100644 --- a/geom/src/TGeoMedium.cxx +++ b/geom/src/TGeoMedium.cxx @@ -1,4 +1,4 @@ -// @(#)root/geom:$Name: $:$Id: TGeoMedium.cxx,v 1.10 2006/07/03 16:10:44 brun Exp $ +// @(#)root/geom:$Name: $:$Id: TGeoMedium.cxx,v 1.11 2006/07/09 05:27:53 brun Exp $ // Author: Rene Brun 26/12/02 /************************************************************************* @@ -16,6 +16,7 @@ #include "Riostream.h" #include "TGeoManager.h" #include "TGeoMedium.h" +#include "TList.h" ClassImp(TGeoMedium) diff --git a/proofx/src/TXSocketHandler.cxx b/proofx/src/TXSocketHandler.cxx index 70a79abac3f8d2456b945a4d3cd7b7b0e0820444..5b1669d87b31858a0fcf813e1d6ac960516b6b4a 100644 --- a/proofx/src/TXSocketHandler.cxx +++ b/proofx/src/TXSocketHandler.cxx @@ -1,4 +1,4 @@ -// @(#)root/proofx:$Name: $:$Id: TXSocketHandler.cxx,v 1.4 2006/04/19 10:57:44 rdm Exp $ +// @(#)root/proofx:$Name: $:$Id: TXSocketHandler.cxx,v 1.5 2006/06/05 22:51:14 rdm Exp $ // Author: Gerardo Ganis 12/12/2005 /************************************************************************* @@ -24,6 +24,7 @@ #include "TSlave.h" #include "TXSocketHandler.h" #include "TXHandler.h" +#include "TList.h" ClassImp(TXSocketHandler) diff --git a/sql/src/TSQLObjectData.cxx b/sql/src/TSQLObjectData.cxx index 21735672eecc8ffcacbfba57287195c968969afa..fc7690e48bb9ec95d43c72c9c640ebc8c88b3c25 100644 --- a/sql/src/TSQLObjectData.cxx +++ b/sql/src/TSQLObjectData.cxx @@ -1,4 +1,4 @@ -// @(#)root/sql:$Name: $:$Id: TSQLObjectData.cxx,v 1.7 2006/05/22 08:55:58 brun Exp $ +// @(#)root/sql:$Name: $:$Id: TSQLObjectData.cxx,v 1.8 2006/06/22 08:21:22 brun Exp $ // Author: Sergey Linev 20/11/2005 /************************************************************************* @@ -24,6 +24,7 @@ #include "TObjArray.h" #include "TNamed.h" +#include "TList.h" #include "TSQLRow.h" #include "TSQLResult.h" #include "TSQLClassInfo.h" diff --git a/treeplayer/inc/TFriendProxyDescriptor.h b/treeplayer/inc/TFriendProxyDescriptor.h index 3db740f96bd2a6cadff8dd7faffb6708d8c9363b..2d6a6db785dc40dc5fee40be3af0105cf2a655b5 100644 --- a/treeplayer/inc/TFriendProxyDescriptor.h +++ b/treeplayer/inc/TFriendProxyDescriptor.h @@ -1,4 +1,4 @@ -// @(#)rooeeplayer:$Name: $:$Id: TFriendProxyDescriptor.h,v 1.3 2005/11/11 23:21:43 pcanal Exp $ +// @(#)rooeeplayer:$Name: $:$Id: TFriendProxyDescriptor.h,v 1.4 2006/05/23 08:37:42 brun Exp $ // Author: Philippe Canal 06/06/2004 /************************************************************************* @@ -15,6 +15,9 @@ #ifndef ROOT_TNamed #include "TNamed.h" #endif +#ifndef ROOT_TList +#include "TList.h" +#endif namespace ROOT { diff --git a/treeplayer/src/TFriendProxyDescriptor.cxx b/treeplayer/src/TFriendProxyDescriptor.cxx index cb93d3b2c8754904d951f437442695eca8a2e517..67e48a2ddcf0a1523637eb687e47ca34d5342790 100644 --- a/treeplayer/src/TFriendProxyDescriptor.cxx +++ b/treeplayer/src/TFriendProxyDescriptor.cxx @@ -1,4 +1,4 @@ -// @(#)root/base:$Name: $:$Id: TFriendProxyDescriptor.cxx,v 1.2 2004/08/25 15:37:10 rdm Exp $ +// @(#)root/base:$Name: $:$Id: TFriendProxyDescriptor.cxx,v 1.3 2005/11/11 23:21:43 pcanal Exp $ // Author: Philippe Canal 13/05/2003 /************************************************************************* @@ -17,6 +17,7 @@ #include "TFriendProxyDescriptor.h" #include "TBranchProxyDescriptor.h" +#include "TList.h" namespace ROOT {