--- auth/src/TAuthenticate.cxx.orig 2008-05-27 14:59:39.398520340 +0000 +++ auth/src/TAuthenticate.cxx 2008-05-27 15:00:18.112726537 +0000 @@ -39,6 +39,7 @@ #include "snprintf.h" #include "TVirtualMutex.h" #include "TTimer.h" +#include #ifndef R__LYNXOS #include --- ./auth/src/THostAuth.cxx.orig 2008-05-25 10:28:02.251108184 +0000 +++ ./auth/src/THostAuth.cxx 2008-05-25 10:28:13.215733022 +0000 @@ -26,7 +26,7 @@ #include "TAuthenticate.h" #include "TSocket.h" #include "TUrl.h" - +#include ClassImp(THostAuth) --- ./base/src/TAttAxis.cxx.orig 2008-05-24 22:36:33.708124609 +0000 +++ ./base/src/TAttAxis.cxx 2008-05-25 08:49:23.464427930 +0000 @@ -16,6 +16,7 @@ #include "TColor.h" #include "TClass.h" #include "TMathBase.h" +#include ClassImp(TAttAxis) --- ./base/src/TError.cxx.orig 2008-05-24 22:40:36.445957450 +0000 +++ ./base/src/TError.cxx 2008-05-24 22:40:55.715055533 +0000 @@ -172,7 +172,7 @@ gSystem->StackTrace(); gSystem->Abort(); } else - ::abort(); + abort; } } --- ./base/src/TUUID.cxx.orig 2008-05-25 08:41:54.035949249 +0000 +++ ./base/src/TUUID.cxx 2008-05-25 08:42:18.485342541 +0000 @@ -112,6 +112,7 @@ #include "TMD5.h" #include "Bytes.h" #include +#include #ifdef R__WIN32 #include "Windows4Root.h" #include --- ./cint/src/v6_newlink.cxx.orig 2008-05-24 22:24:14.891930941 +0000 +++ ./cint/src/v6_newlink.cxx 2008-05-24 22:30:11.464250840 +0000 @@ -7419,7 +7419,7 @@ } else { if (type_name[0] == '\'') { - type_name[std::strlen(type_name)-1] = '\0'; + type_name[strlen(type_name)-1] = '\0'; typenum = G__defined_typename(type_name + 1); } else { @@ -7427,7 +7427,7 @@ } } G__separate_parameter(paras, &os, c_reftype_const); - reftype_const = std::atoi(c_reftype_const); + reftype_const = atoi(c_reftype_const); #ifndef G__OLDIMPLEMENTATION1861 //if (typenum != -1) { // NO - this is already taken into account when writing the dictionary --- ./cint/tool/makecint.cxx.orig 2008-05-24 22:30:46.370240018 +0000 +++ ./cint/tool/makecint.cxx 2008-05-24 22:32:51.115285863 +0000 @@ -32,6 +32,8 @@ #include #include #include +#include +#include std::string G__DLLID; std::string G__MACRO; --- ./cint7/tool/makecint.cxx.orig 2008-05-26 10:54:04.645078613 +0000 +++ ./cint7/tool/makecint.cxx 2008-05-26 10:54:27.114359064 +0000 @@ -32,6 +32,8 @@ #include #include #include +#include +#include std::string G__DLLID; std::string G__MACRO; --- ./cintex/src/ROOTClassEnhancer.cxx.orig 2008-05-25 15:52:43.464836386 +0000 +++ ./cintex/src/ROOTClassEnhancer.cxx 2008-05-25 15:53:02.765936293 +0000 @@ -32,6 +32,7 @@ #undef G__DICTIONARY #include +#include #if ROOT_VERSION_CODE >= ROOT_VERSION(5,1,1) #include "TVirtualIsAProxy.h" --- ./cont/src/TObjArray.cxx.orig 2008-05-25 08:43:10.644314911 +0000 +++ ./cont/src/TObjArray.cxx 2008-05-25 08:43:38.361894446 +0000 @@ -28,6 +28,7 @@ #include "TObjArray.h" #include "TError.h" #include "TROOT.h" +#include ClassImp(TObjArray) --- ./eg/src/TDatabasePDG.cxx.orig 2008-05-25 10:20:38.801837450 +0000 +++ ./eg/src/TDatabasePDG.cxx 2008-05-25 10:20:53.242660386 +0000 @@ -17,7 +17,7 @@ #include "TDatabasePDG.h" #include "TDecayChannel.h" #include "TParticlePDG.h" - +#include //////////////////////////////////////////////////////////////////////// // --- ./eve/src/TEveTrans.cxx.orig 2008-05-25 14:25:05.515059385 +0000 +++ ./eve/src/TEveTrans.cxx 2008-05-25 14:25:19.659865451 +0000 @@ -41,6 +41,7 @@ #include "TClass.h" #include +#include #define F00 0 #define F01 4 --- ./gdml/src/TGDMLParse.cxx.orig 2008-05-25 17:42:19.033722903 +0000 +++ ./gdml/src/TGDMLParse.cxx 2008-05-25 17:43:16.480996636 +0000 @@ -78,6 +78,7 @@ ****************************************************************************/ +#include #include "TGeoMatrix.h" #include "TXMLEngine.h" #include "TGeoVolume.h" --- ./ged/src/TStyleDialog.cxx.orig 2008-05-25 10:15:22.252869328 +0000 +++ ./ged/src/TStyleDialog.cxx 2008-05-25 10:15:35.321614073 +0000 @@ -32,6 +32,7 @@ #include #include #include +#include ClassImp(TStyleDialog) --- ./geompainter/src/TGeoChecker.cxx.orig 2008-05-25 10:25:11.005349444 +0000 +++ ./geompainter/src/TGeoChecker.cxx 2008-05-25 10:25:27.546292059 +0000 @@ -88,6 +88,7 @@ #include "TBuffer3D.h" #include "TBuffer3DTypes.h" #include "TMath.h" +#include // statics and globals --- ./gl/src/TX11GL.cxx.orig 2008-05-25 14:19:39.424476542 +0000 +++ ./gl/src/TX11GL.cxx 2008-05-25 14:19:58.021536328 +0000 @@ -11,7 +11,7 @@ #include #include - +#include #include "TVirtualViewer3D.h" #include "TVirtualX.h" #include "TGLViewer.h" @@ -521,7 +521,7 @@ char *dest = ctx.fXImage->data; const UChar_t *src = &ctx.fBUBuffer[ctx.fW * 4 * (ctx.fH - 1)]; for (UInt_t i = 0, e = ctx.fH; i < e; ++i) { - std::memcpy(dest, src, ctx.fW * 4); + memcpy(dest, src, ctx.fW * 4); dest += ctx.fW * 4; src -= ctx.fW * 4; } --- ./graf/src/TGraph.cxx.orig 2008-05-25 09:26:57.835797472 +0000 +++ ./graf/src/TGraph.cxx 2008-05-25 09:27:09.664471550 +0000 @@ -10,6 +10,7 @@ *************************************************************************/ #include +#include #include "Riostream.h" #include "TROOT.h" --- ./graf/src/TMultiGraph.cxx.orig 2008-05-25 09:27:21.449143120 +0000 +++ ./graf/src/TMultiGraph.cxx 2008-05-25 09:27:35.985971527 +0000 @@ -20,6 +20,7 @@ #include "TMath.h" #include +#include extern void H1LeastSquareSeqnd(Int_t n, Double_t *a, Int_t idim, Int_t &ifail, Int_t k, Double_t *b); --- ./gui/inc/TGFSContainer.h.orig 2008-05-25 09:37:07.946565703 +0000 +++ ./gui/inc/TGFSContainer.h 2008-05-25 09:37:22.427390919 +0000 @@ -12,6 +12,7 @@ #ifndef ROOT_TGFSContainer #define ROOT_TGFSContainer +#include ////////////////////////////////////////////////////////////////////////// // // --- ./gui/src/TGCanvas.cxx.orig 2008-05-25 09:33:15.625326471 +0000 +++ ./gui/src/TGCanvas.cxx 2008-05-25 09:33:38.994658213 +0000 @@ -68,7 +68,7 @@ #include "TKeyMapFile.h" #include "TGDNDManager.h" #include "Riostream.h" - +#include TGGC *TGContainer::fgLineGC = 0; --- ./gui/src/TGFileBrowser.cxx.orig 2008-05-25 09:38:24.270915180 +0000 +++ ./gui/src/TGFileBrowser.cxx 2008-05-25 09:38:38.427721931 +0000 @@ -37,6 +37,7 @@ #include "Getline.h" #include #include +#include #include "TGFileBrowser.h" #include "TRootBrowser.h" --- ./gui/src/TGFont.cxx.orig 2008-05-25 09:39:31.914769984 +0000 +++ ./gui/src/TGFont.cxx 2008-05-25 09:39:51.429168201 +0000 @@ -40,6 +40,8 @@ #include "TObjString.h" #include "TGWidget.h" #include +#include +#include #include "Riostream.h" #include "TROOT.h" --- ./gui/src/TGFontDialog.cxx.orig 2008-05-25 09:40:59.463015168 +0000 +++ ./gui/src/TGFontDialog.cxx 2008-05-25 09:41:13.344862645 +0000 @@ -28,7 +28,7 @@ #include "TGLabel.h" #include "TGListBox.h" #include "TGComboBox.h" - +#include enum EFontDialog { --- ./gui/src/TGListBox.cxx.orig 2008-05-25 09:44:07.356365781 +0000 +++ ./gui/src/TGListBox.cxx 2008-05-25 09:44:23.409280584 +0000 @@ -45,7 +45,7 @@ #include "TGResourcePool.h" #include "TSystem.h" #include "Riostream.h" - +#include const TGFont *TGTextLBEntry::fgDefaultFont = 0; TGGC *TGTextLBEntry::fgDefaultGC = 0; --- ./gui/src/TGPicture.cxx.orig 2008-05-25 09:51:57.143137403 +0000 +++ ./gui/src/TGPicture.cxx 2008-05-25 09:52:14.584131309 +0000 @@ -38,6 +38,7 @@ #include "TGWindow.h" #include "TVirtualX.h" #include "TImage.h" +#include TGGC *TGSelectedPicture::fgSelectedGC = 0; --- ./gui/src/TGTripleSlider.cxx.orig 2008-05-25 10:10:41.092846931 +0000 +++ ./gui/src/TGTripleSlider.cxx 2008-05-25 10:10:55.553671007 +0000 @@ -66,6 +66,7 @@ #include "TGPicture.h" #include "Riostream.h" #include "TSystem.h" +#include ClassImp(TGTripleVSlider) ClassImp(TGTripleHSlider) --- ./guihtml/src/TGHtmlBrowser.cxx.orig 2008-05-25 11:24:03.352261093 +0000 +++ ./guihtml/src/TGHtmlBrowser.cxx 2008-05-25 11:26:01.675003922 +0000 @@ -9,6 +9,7 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ +#include #include "TROOT.h" #include "TApplication.h" #include "TSystem.h" --- ./guihtml/src/TGHtmlIndex.cxx.orig 2008-05-25 11:25:16.760444387 +0000 +++ ./guihtml/src/TGHtmlIndex.cxx 2008-05-25 11:25:35.581516939 +0000 @@ -35,6 +35,7 @@ #include #include +#include #include "TGHtml.h" --- ./hist/src/TGraph2D.cxx.orig 2008-05-25 09:18:31.516888891 +0000 +++ ./hist/src/TGraph2D.cxx 2008-05-25 09:19:08.553054573 +0000 @@ -20,6 +20,7 @@ #include "TVirtualPad.h" #include "TVirtualFitter.h" #include "TClass.h" +#include ClassImp(TGraph2D) --- ./html/src/TDocDirective.cxx.orig 2008-05-25 10:18:34.367817335 +0000 +++ ./html/src/TDocDirective.cxx 2008-05-25 10:18:48.938177793 +0000 @@ -18,6 +18,7 @@ #include "TVirtualMutex.h" #include #include +#include //______________________________________________________________________________ // --- ./html/src/TDocOutput.cxx.orig 2008-05-25 10:19:54.305206711 +0000 +++ ./html/src/TDocOutput.cxx 2008-05-25 10:20:08.882745853 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include namespace { --- ./io/src/TArchiveFile.cxx.orig 2008-05-25 08:50:00.030511713 +0000 +++ ./io/src/TArchiveFile.cxx 2008-05-25 08:50:15.595398705 +0000 @@ -25,7 +25,7 @@ #include "TObjString.h" #include "TError.h" #include "TUrl.h" - +#include ClassImp(TArchiveFile) --- ./io/src/TContainerConverters.cxx.orig 2008-05-25 08:51:09.186452685 +0000 +++ ./io/src/TContainerConverters.cxx 2008-05-25 08:51:27.199479189 +0000 @@ -23,6 +23,7 @@ #include "TError.h" #include "TGenCollectionStreamer.h" #include "TClassStreamer.h" +#include namespace { const Int_t kMapOffset = 2; --- ./main/src/pmain.cxx.orig 2008-05-25 18:14:20.624507431 +0000 +++ ./main/src/pmain.cxx 2008-05-25 18:14:33.073216842 +0000 @@ -18,6 +18,7 @@ ////////////////////////////////////////////////////////////////////////// #include #include +#include #ifdef WIN32 #include --- ./main/src/hadd.cxx.orig 2008-05-26 10:41:56.074140838 +0000 +++ ./main/src/hadd.cxx 2008-05-26 10:42:21.211573339 +0000 @@ -59,6 +59,7 @@ #include "RConfig.h" #include +#include #include "TChain.h" #include "TFile.h" #include "THashList.h" --- ./math/src/TRandom1.cxx.orig 2008-05-25 08:43:53.014729463 +0000 +++ ./math/src/TRandom1.cxx 2008-05-25 08:48:16.172593187 +0000 @@ -19,6 +19,7 @@ #include "TRandom1.h" #include "TRandom3.h" #include "TMath.h" +#include // Number of instances with automatic seed selection int TRandom1::fgNumEngines = 0; --- ./mathmore/src/GSLRndmEngines.cxx.orig 2008-05-25 15:06:34.176639662 +0000 +++ ./mathmore/src/GSLRndmEngines.cxx 2008-05-25 15:06:51.937651805 +0000 @@ -34,6 +34,7 @@ // need to be included later #include #include +#include #include "gsl/gsl_rng.h" #include "gsl/gsl_randist.h" --- ./matrix/src/TMatrixTBase.cxx.orig 2008-05-25 09:13:03.646204606 +0000 +++ ./matrix/src/TMatrixTBase.cxx 2008-05-25 09:14:18.674480223 +0000 @@ -207,6 +207,7 @@ #include "TROOT.h" #include "TClass.h" #include "TMath.h" +#include Int_t gMatrixCheck = 1; --- ./minuit2/src/MnUserTransformation.cxx.orig 2008-05-25 15:13:19.005328722 +0000 +++ ./minuit2/src/MnUserTransformation.cxx 2008-05-25 15:13:35.010240790 +0000 @@ -11,6 +11,7 @@ #include "Minuit2/MnUserCovariance.h" #include +#include namespace ROOT { --- ./mathcore/inc/Math/Minimizer.h.orig 2008-05-29 10:59:38.000000000 -0400 +++ ./mathcore/inc/Math/Minimizer.h 2008-06-11 23:36:33.000000000 -0400 @@ -22,6 +22,8 @@ #include +#include + //#define DEBUG #ifdef DEBUG #include --- ./mlp/src/TMLPAnalyzer.cxx.orig 2008-05-25 10:26:07.216552738 +0000 +++ ./mlp/src/TMLPAnalyzer.cxx 2008-05-25 10:26:20.093286541 +0000 @@ -38,6 +38,7 @@ #include "TRegexp.h" #include "TMath.h" #include "Riostream.h" +#include ClassImp(TMLPAnalyzer) --- ./mlp/src/TMultiLayerPerceptron.cxx.orig 2008-05-25 10:27:02.107680805 +0000 +++ ./mlp/src/TMultiLayerPerceptron.cxx 2008-05-25 10:27:24.544959433 +0000 @@ -242,6 +242,7 @@ #include "TLine.h" #include "TText.h" #include "TObjString.h" +#include ClassImp(TMultiLayerPerceptron) --- ./mysql/src/TMySQLStatement.cxx.orig 2008-05-25 14:27:19.826713370 +0000 +++ ./mysql/src/TMySQLStatement.cxx 2008-05-25 14:27:40.607897622 +0000 @@ -21,6 +21,7 @@ #include "TDataType.h" #include "TDatime.h" #include "snprintf.h" +#include ClassImp(TMySQLStatement) --- ./net/src/TWebFile.cxx.orig 2008-05-25 09:12:33.080462763 +0000 +++ ./net/src/TWebFile.cxx 2008-05-25 09:12:48.141321033 +0000 @@ -22,6 +22,7 @@ #include "TROOT.h" #include "TSocket.h" #include "Bytes.h" +#include static const char *gUserAgent = "User-Agent: ROOT-TWebFile/1.0"; --- ./newdelete/src/MemCheck.cxx.orig 2008-05-25 09:18:01.787194692 +0000 +++ ./newdelete/src/MemCheck.cxx 2008-05-25 09:18:18.764162155 +0000 @@ -57,6 +57,7 @@ #include #include #include +#include #include "MemCheck.h" #include "TSystem.h" #include "TEnv.h" --- ./odbc/src/TODBCStatement.cxx.orig 2008-05-25 14:43:38.376313784 +0000 +++ ./odbc/src/TODBCStatement.cxx 2008-05-25 14:43:53.429171597 +0000 @@ -24,6 +24,7 @@ #include "snprintf.h" #include "Riostream.h" +#include #include #define kSqlTime 123781 --- ./proof/src/TCondor.cxx.orig 2008-05-25 11:19:42.985423633 +0000 +++ ./proof/src/TCondor.cxx 2008-05-25 11:20:00.374414575 +0000 @@ -28,6 +28,7 @@ #include "Riostream.h" #include "TEnv.h" #include "TClass.h" +#include ClassImp(TCondorSlave) ClassImp(TCondor) --- ./proof/src/TProof.cxx.orig 2008-05-25 11:20:29.484073440 +0000 +++ ./proof/src/TProof.cxx 2008-05-25 11:20:41.060733156 +0000 @@ -22,6 +22,7 @@ #include #include +#include #ifdef WIN32 # include # include --- ./proof/src/TProofServ.cxx.orig 2008-05-25 11:21:04.342059883 +0000 +++ ./proof/src/TProofServ.cxx 2008-05-25 11:21:17.246795282 +0000 @@ -23,7 +23,7 @@ #include "RConfigure.h" #include "RConfig.h" #include "Riostream.h" - +#include #ifdef WIN32 #include typedef long off_t; --- ./proof/src/TSlave.cxx.orig 2008-05-25 11:21:49.988661135 +0000 +++ ./proof/src/TSlave.cxx 2008-05-25 11:22:56.160432049 +0000 @@ -20,6 +20,7 @@ // // ////////////////////////////////////////////////////////////////////////// +#include #include "RConfigure.h" #include "TApplication.h" #include "TSlave.h" --- ./reflex/src/DataMember.cxx.orig 2008-05-25 14:49:19.567757176 +0000 +++ ./reflex/src/DataMember.cxx 2008-05-25 14:50:02.166184722 +0000 @@ -23,7 +23,7 @@ #include "Reflex/Tools.h" #include "Class.h" - +#include //------------------------------------------------------------------------------- ROOT::Reflex::DataMember::DataMember( const char * nam, --- ./reflex/src/PluginFactoryMap.cxx.orig 2008-05-25 14:58:58.622679122 +0000 +++ ./reflex/src/PluginFactoryMap.cxx 2008-05-25 15:00:31.051946365 +0000 @@ -21,6 +21,7 @@ #include #include #include +#include using namespace ROOT::Reflex; using namespace std; --- ./reflex/src/Tools.cxx.orig 2008-05-25 15:02:11.333661095 +0000 +++ ./reflex/src/Tools.cxx 2008-05-25 15:02:22.654306221 +0000 @@ -13,6 +13,7 @@ #define REFLEX_BUILD #endif +#include #include "Reflex/Tools.h" #include "Reflex/Kernel.h" --- ./sessionviewer/src/TSessionViewer.cxx.orig 2008-05-25 11:23:25.334094561 +0000 +++ ./sessionviewer/src/TSessionViewer.cxx 2008-05-25 11:23:39.210885354 +0000 @@ -18,6 +18,7 @@ // // ////////////////////////////////////////////////////////////////////////// +#include #include "TApplication.h" #include "TROOT.h" #include "THashList.h" --- ./smatrix/inc/Math/Expression.h.orig 2008-05-25 10:33:42.434494130 +0000 +++ ./smatrix/inc/Math/Expression.h 2008-05-25 10:33:55.707250502 +0000 @@ -45,6 +45,7 @@ #include +#include namespace ROOT { --- ./sql/inc/TSQLFile.h.orig 2008-05-25 10:36:17.827349464 +0000 +++ ./sql/inc/TSQLFile.h 2008-05-25 10:36:39.340575433 +0000 @@ -12,6 +12,7 @@ #ifndef ROOT_TSQLFile #define ROOT_TSQLFile +#include ///////////////////////////////////////////////////////////////////////// // // --- ./tmva/src/BinarySearchTree.cxx.orig 2008-05-25 10:41:43.737922050 +0000 +++ ./tmva/src/BinarySearchTree.cxx 2008-05-25 10:42:07.063251284 +0000 @@ -66,6 +66,7 @@ #ifndef ROOT_TMVA_BinarySearchTree #include "TMVA/BinarySearchTree.h" #endif +#include ClassImp(TMVA::BinarySearchTree) --- ./tmva/src/MethodANNBase.cxx.orig 2008-05-25 10:42:47.477554364 +0000 +++ ./tmva/src/MethodANNBase.cxx 2008-05-25 10:43:04.486523650 +0000 @@ -31,6 +31,7 @@ #include "TString.h" #include +#include #include "TTree.h" #include "TDirectory.h" #include "Riostream.h" --- ./tmva/src/MethodCFMlpANN.cxx.orig 2008-05-25 10:43:52.501259854 +0000 +++ ./tmva/src/MethodCFMlpANN.cxx 2008-05-25 10:43:27.107812764 +0000 @@ -65,6 +65,7 @@ #include #include +#include #include "Riostream.h" #include "TMath.h" --- ./tmva/src/MethodCFMlpANN_Utils.cxx.orig 2008-05-25 10:44:57.164944827 +0000 +++ ./tmva/src/MethodCFMlpANN_Utils.cxx 2008-05-25 10:45:09.757662445 +0000 @@ -58,6 +58,7 @@ //_______________________________________________________________________ #include +#include #include "TMVA/MethodCFMlpANN_Utils.h" #include "TMVA/Timer.h" --- ./tmva/src/MethodCuts.cxx.orig 2008-05-25 10:45:47.783829433 +0000 +++ ./tmva/src/MethodCuts.cxx 2008-05-25 10:46:04.640790057 +0000 @@ -91,6 +91,7 @@ //_______________________________________________________________________ #include +#include #include #include "time.h" --- ./tmva/src/MethodFDA.cxx.orig 2008-05-25 10:46:38.050693979 +0000 +++ ./tmva/src/MethodFDA.cxx 2008-05-25 10:46:50.347720956 +0000 @@ -33,6 +33,7 @@ // Algorithm, Simulated Annealing, MINUIT and combinations of these. // //_______________________________________________________________________ +#include #include "Riostream.h" #include "TList.h" #include "TFormula.h" --- ./tmva/src/MethodKNN.cxx.orig 2008-05-25 10:47:22.277569444 +0000 +++ ./tmva/src/MethodKNN.cxx 2008-05-25 10:47:34.772031819 +0000 @@ -33,6 +33,7 @@ // C++ #include +#include // ROOT #include "TFile.h" --- ./tmva/src/MethodPDERS.cxx.orig 2008-05-25 10:48:06.849814742 +0000 +++ ./tmva/src/MethodPDERS.cxx 2008-05-25 10:48:24.949792717 +0000 @@ -66,6 +66,7 @@ //_______________________________________________________________________ #include +#include #include "TFile.h" #include "TObjString.h" --- ./tmva/src/MethodSeedDistance.cxx.orig 2008-05-25 10:48:56.188225273 +0000 +++ ./tmva/src/MethodSeedDistance.cxx 2008-05-25 10:49:11.417093116 +0000 @@ -29,6 +29,7 @@ End_Html */ //_______________________________________________________________________ +#include #include "Riostream.h" #include "TList.h" #include "TFormula.h" --- ./tmva/src/MsgLogger.cxx.orig 2008-05-25 10:49:50.563323933 +0000 +++ ./tmva/src/MsgLogger.cxx 2008-05-25 10:50:03.972088055 +0000 @@ -30,6 +30,7 @@ #include #include #include +#include using std::string; using std::cout; --- ./tree/src/TBufferSQL.cxx.orig 2008-05-25 09:24:39.647922594 +0000 +++ ./tree/src/TBufferSQL.cxx 2008-05-25 09:24:53.280699482 +0000 @@ -18,6 +18,7 @@ ////////////////////////////////////////////////////////////////////////// #include +#include #include "Riostream.h" #include "TError.h" --- ./tree/src/TTreeSQL.cxx.orig 2008-05-25 09:25:53.536133243 +0000 +++ ./tree/src/TTreeSQL.cxx 2008-05-25 09:26:05.680825330 +0000 @@ -20,6 +20,7 @@ #include #include #include +#include #include "TString.h" #include "TROOT.h" --- ./utils/src/rlibmap.cxx.orig 2008-05-24 22:33:42.550370884 +0000 +++ ./utils/src/rlibmap.cxx 2008-05-24 22:34:01.139430215 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #ifndef WIN32 # include #else --- ./xml/src/TXMLEngine.cxx.orig 2008-05-25 10:30:33.687738066 +0000 +++ ./xml/src/TXMLEngine.cxx 2008-05-25 10:30:47.300513814 +0000 @@ -23,6 +23,7 @@ #include "Riostream.h" #include "TString.h" +#include ClassImp(TXMLEngine); --- ./xml/src/TXMLSetup.cxx.orig 2008-05-25 10:31:20.746419787 +0000 +++ ./xml/src/TXMLSetup.cxx 2008-05-25 10:31:38.287419392 +0000 @@ -38,6 +38,7 @@ #include "TStreamerElement.h" #include "Riostream.h" +#include ClassImp(TXMLSetup);