From c7a2f424381a276deb9c78d679dd0095ffc3e6dc Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Thu, 24 Apr 2008 14:49:05 +0000 Subject: [PATCH] From Bertrand: - Add a few missing #include <string> git-svn-id: http://root.cern.ch/svn/root/trunk@23521 27541ba8-7e3a-0410-8455-c3a389f83636 --- geom/gdml/src/TGDMLParse.cxx | 1 + graf2d/graf/src/TGraph.cxx | 1 + graf2d/graf/src/TGraphErrors.cxx | 1 + graf3d/eve/src/TEveUtil.cxx | 1 + html/src/TDocParser.cxx | 1 + tree/tree/src/TLeafC.cxx | 1 + 6 files changed, 6 insertions(+) diff --git a/geom/gdml/src/TGDMLParse.cxx b/geom/gdml/src/TGDMLParse.cxx index 7b2b49d7faa..41547cb914e 100644 --- a/geom/gdml/src/TGDMLParse.cxx +++ b/geom/gdml/src/TGDMLParse.cxx @@ -106,6 +106,7 @@ When most solids or volumes are added to the geometry they #include "TGeoCompositeShape.h" #include "TGDMLParse.h" #include <stdlib.h> +#include <string> ClassImp(TGDMLParse) diff --git a/graf2d/graf/src/TGraph.cxx b/graf2d/graf/src/TGraph.cxx index e8f08900b76..883091e1d4c 100644 --- a/graf2d/graf/src/TGraph.cxx +++ b/graf2d/graf/src/TGraph.cxx @@ -34,6 +34,7 @@ #include "TClass.h" #include "TSystem.h" #include <stdlib.h> +#include <string> Double_t *gxwork, *gywork, *gxworkl, *gyworkl; diff --git a/graf2d/graf/src/TGraphErrors.cxx b/graf2d/graf/src/TGraphErrors.cxx index 67dbb18f8c7..e8617053fbb 100644 --- a/graf2d/graf/src/TGraphErrors.cxx +++ b/graf2d/graf/src/TGraphErrors.cxx @@ -25,6 +25,7 @@ #include "TVectorD.h" #include "TStyle.h" #include "TClass.h" +#include <string> ClassImp(TGraphErrors) diff --git a/graf3d/eve/src/TEveUtil.cxx b/graf3d/eve/src/TEveUtil.cxx index 60b11c38aff..ad69cfda1b0 100644 --- a/graf3d/eve/src/TEveUtil.cxx +++ b/graf3d/eve/src/TEveUtil.cxx @@ -31,6 +31,7 @@ #include <list> #include <algorithm> #include <iostream> +#include <string> //______________________________________________________________________________ // TEveUtil diff --git a/html/src/TDocParser.cxx b/html/src/TDocParser.cxx index fe330d44fdd..1be2e801ed2 100644 --- a/html/src/TDocParser.cxx +++ b/html/src/TDocParser.cxx @@ -26,6 +26,7 @@ #include "TROOT.h" #include "TSystem.h" #include "TVirtualMutex.h" +#include <string> namespace { diff --git a/tree/tree/src/TLeafC.cxx b/tree/tree/src/TLeafC.cxx index c74d7d61e11..4db56583107 100644 --- a/tree/tree/src/TLeafC.cxx +++ b/tree/tree/src/TLeafC.cxx @@ -18,6 +18,7 @@ #include "TBranch.h" #include "TClonesArray.h" #include "Riostream.h" +#include <string> ClassImp(TLeafC) -- GitLab