From c3a15637303c1d5a41982b48349f6ec2692ae524 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Mon, 29 Jan 2007 10:53:16 +0000
Subject: [PATCH] Add explicit inclusion of TStreamerInfo.h in view of the
 removal of this include from TClass.h

git-svn-id: http://root.cern.ch/svn/root/trunk@17556 27541ba8-7e3a-0410-8455-c3a389f83636
---
 base/src/TDirectoryFile.cxx         | 3 ++-
 cont/src/TEmulatedMapProxy.cxx      | 3 ++-
 cont/src/TGenCollectionStreamer.cxx | 3 ++-
 io/src/TDirectoryFile.cxx           | 3 ++-
 io/src/TEmulatedMapProxy.cxx        | 3 ++-
 io/src/TGenCollectionStreamer.cxx   | 3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/base/src/TDirectoryFile.cxx b/base/src/TDirectoryFile.cxx
index df28a68ecc3..cf8d7aa94b1 100644
--- a/base/src/TDirectoryFile.cxx
+++ b/base/src/TDirectoryFile.cxx
@@ -1,4 +1,4 @@
-// @(#)root/base:$Name:  $:$Id: TDirectoryFile.cxx,v 1.2 2007/01/26 15:39:33 brun Exp $
+// @(#)root/base:$Name:  $:$Id: TDirectoryFile.cxx,v 1.3 2007/01/28 18:28:12 brun Exp $
 // Author: Rene Brun   22/01/2007
 
 /*************************************************************************
@@ -21,6 +21,7 @@
 #include "TBrowser.h"
 #include "TFree.h"
 #include "TKey.h"
+#include "TStreamerInfo.h"
 #include "TROOT.h"
 #include "TError.h"
 #include "Bytes.h"
diff --git a/cont/src/TEmulatedMapProxy.cxx b/cont/src/TEmulatedMapProxy.cxx
index 9b0a11d0460..0fd0e8b2531 100644
--- a/cont/src/TEmulatedMapProxy.cxx
+++ b/cont/src/TEmulatedMapProxy.cxx
@@ -1,4 +1,4 @@
-// @(#)root/cont:$Name:  $:$Id: TEmulatedMapProxy.cxx,v 1.9 2006/05/19 07:30:04 brun Exp $
+// @(#)root/cont:$Name:  $:$Id: TEmulatedMapProxy.cxx,v 1.10 2007/01/25 11:53:26 brun Exp $
 // Author: Markus Frank 28/10/04
 
 /*************************************************************************
@@ -25,6 +25,7 @@
 
 #include "TEmulatedMapProxy.h"
 #include "TClassEdit.h"
+#include "TStreamerInfo.h"
 #include "TError.h"
 
 TEmulatedMapProxy::TEmulatedMapProxy(const TEmulatedMapProxy& copy)
diff --git a/cont/src/TGenCollectionStreamer.cxx b/cont/src/TGenCollectionStreamer.cxx
index 8e1c7290051..38f22f61ff8 100644
--- a/cont/src/TGenCollectionStreamer.cxx
+++ b/cont/src/TGenCollectionStreamer.cxx
@@ -1,4 +1,4 @@
-// @(#)root/cont:$Name:  $:$Id: TGenCollectionStreamer.cxx,v 1.10 2006/05/19 07:30:04 brun Exp $
+// @(#)root/cont:$Name:  $:$Id: TGenCollectionStreamer.cxx,v 1.11 2007/01/25 11:53:06 brun Exp $
 // Author: Markus Frank 28/10/04
 
 /*************************************************************************
@@ -27,6 +27,7 @@
 #include "TClassEdit.h"
 #include "TError.h"
 #include "TROOT.h"
+#include "TStreamerInfo.h"
 #include "Riostream.h"
 
 TGenCollectionStreamer::TGenCollectionStreamer(const TGenCollectionStreamer& copy)
diff --git a/io/src/TDirectoryFile.cxx b/io/src/TDirectoryFile.cxx
index df28a68ecc3..cf8d7aa94b1 100644
--- a/io/src/TDirectoryFile.cxx
+++ b/io/src/TDirectoryFile.cxx
@@ -1,4 +1,4 @@
-// @(#)root/base:$Name:  $:$Id: TDirectoryFile.cxx,v 1.2 2007/01/26 15:39:33 brun Exp $
+// @(#)root/base:$Name:  $:$Id: TDirectoryFile.cxx,v 1.3 2007/01/28 18:28:12 brun Exp $
 // Author: Rene Brun   22/01/2007
 
 /*************************************************************************
@@ -21,6 +21,7 @@
 #include "TBrowser.h"
 #include "TFree.h"
 #include "TKey.h"
+#include "TStreamerInfo.h"
 #include "TROOT.h"
 #include "TError.h"
 #include "Bytes.h"
diff --git a/io/src/TEmulatedMapProxy.cxx b/io/src/TEmulatedMapProxy.cxx
index 9b0a11d0460..0fd0e8b2531 100644
--- a/io/src/TEmulatedMapProxy.cxx
+++ b/io/src/TEmulatedMapProxy.cxx
@@ -1,4 +1,4 @@
-// @(#)root/cont:$Name:  $:$Id: TEmulatedMapProxy.cxx,v 1.9 2006/05/19 07:30:04 brun Exp $
+// @(#)root/cont:$Name:  $:$Id: TEmulatedMapProxy.cxx,v 1.10 2007/01/25 11:53:26 brun Exp $
 // Author: Markus Frank 28/10/04
 
 /*************************************************************************
@@ -25,6 +25,7 @@
 
 #include "TEmulatedMapProxy.h"
 #include "TClassEdit.h"
+#include "TStreamerInfo.h"
 #include "TError.h"
 
 TEmulatedMapProxy::TEmulatedMapProxy(const TEmulatedMapProxy& copy)
diff --git a/io/src/TGenCollectionStreamer.cxx b/io/src/TGenCollectionStreamer.cxx
index 8e1c7290051..38f22f61ff8 100644
--- a/io/src/TGenCollectionStreamer.cxx
+++ b/io/src/TGenCollectionStreamer.cxx
@@ -1,4 +1,4 @@
-// @(#)root/cont:$Name:  $:$Id: TGenCollectionStreamer.cxx,v 1.10 2006/05/19 07:30:04 brun Exp $
+// @(#)root/cont:$Name:  $:$Id: TGenCollectionStreamer.cxx,v 1.11 2007/01/25 11:53:06 brun Exp $
 // Author: Markus Frank 28/10/04
 
 /*************************************************************************
@@ -27,6 +27,7 @@
 #include "TClassEdit.h"
 #include "TError.h"
 #include "TROOT.h"
+#include "TStreamerInfo.h"
 #include "Riostream.h"
 
 TGenCollectionStreamer::TGenCollectionStreamer(const TGenCollectionStreamer& copy)
-- 
GitLab