From b09247a2e1f543e6819d914f93df8996fa82c16e Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 14 May 2008 16:30:43 +0000 Subject: [PATCH] Compilation with gcc 4.3.0 --- ANALYSIS/AliXMLCollection.cxx | 1 + ANALYSIS/TGliteXmlEventlist.cxx | 1 + EVE/EveBase/AliEveVSDCreator.cxx | 1 + FMD/flow/AliFMDFlowSplitter.cxx | 1 + HLT/BASE/AliHLTModulePreprocessor.cxx | 1 + HLT/BASE/HOMER/AliHLTHOMERWriter.cxx | 1 + HLT/MUON/utils/dHLTdumpraw.cxx | 1 + HLT/TPCLib/AliHLTTPCGlobalMergerComponent.cxx | 1 + HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx | 1 + HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx | 1 + MONITOR/AliMonitorClient.cxx | 1 + MONITOR/AliMonitorControl.cxx | 1 + MUON/AliMUONLocalTriggerBoard.cxx | 1 + MUON/AliMUONPainterDataSourceFrame.cxx | 1 + MUON/AliMUONPainterHelper.cxx | 1 + MUON/AliMUONRawStreamTrackerHP.h | 1 + MUON/AliMUONRefitter.cxx | 1 + MUON/AliMUONTrackerIO.cxx | 1 + MUON/mapping/AliMpDDLStore.cxx | 1 + MUON/mapping/AliMpDEStore.cxx | 1 + MUON/mapping/AliMpMotifPainter.cxx | 1 + MUON/mapping/AliMpMotifType.cxx | 1 + MUON/mapping/AliMpTriggerReader.cxx | 1 + RALICE/AliAstrolab.cxx | 1 + RALICE/AliCollider.cxx | 1 + RALICE/AliDevice.cxx | 1 + RALICE/AliEvent.cxx | 1 + RALICE/AliEventSelector.cxx | 1 + RALICE/AliHelix.cxx | 1 + RALICE/AliJet.cxx | 1 + RALICE/AliJob.cxx | 1 + RALICE/AliSignal.cxx | 1 + RALICE/AliTimestamp.cxx | 1 + RALICE/AliVertex.cxx | 1 + RAW/AliRawDataHeader.h | 4 ++-- RAW/AliRawReaderFile.cxx | 1 + STEER/AliCDBDump.cxx | 1 + STEER/AliCDBGrid.cxx | 2 +- STEER/AliCDBLocal.cxx | 1 + STEER/AliCheb3DCalc.cxx | 1 + STEER/AliFieldMap.cxx | 1 + STEER/AliLog.cxx | 1 + STEER/AliQA.cxx | 1 + T0/AliT0Calibrator.cxx | 2 +- T0/AliT0QAChecker.cxx | 2 +- T0/AliT0Reconstructor.cxx | 2 +- TOF/AliTOFReconstructor.cxx | 1 + TPC/AliTPCMonitorDialog.cxx | 1 + TPC/AliTPCMonitorMappingHandler.cxx | 1 + TRD/AliTRDsegmentArray.cxx | 1 + TTherminator/Therminator/Hypersurface.cxx | 2 ++ 51 files changed, 53 insertions(+), 6 deletions(-) diff --git a/ANALYSIS/AliXMLCollection.cxx b/ANALYSIS/AliXMLCollection.cxx index e1246d88761..6b8a02cab85 100644 --- a/ANALYSIS/AliXMLCollection.cxx +++ b/ANALYSIS/AliXMLCollection.cxx @@ -21,6 +21,7 @@ // Origin: Panos Christakoglou, UOA-CERN, Panos.Christakoglou@cern.ch //----------------------------------------------------------------- +#include //ROOT #include #include diff --git a/ANALYSIS/TGliteXmlEventlist.cxx b/ANALYSIS/TGliteXmlEventlist.cxx index 28f9ef0e0ca..1b387cf4188 100644 --- a/ANALYSIS/TGliteXmlEventlist.cxx +++ b/ANALYSIS/TGliteXmlEventlist.cxx @@ -16,6 +16,7 @@ // delete evlist; // --------------------------------------------------------------------------------- +#include #include #include #include diff --git a/EVE/EveBase/AliEveVSDCreator.cxx b/EVE/EveBase/AliEveVSDCreator.cxx index 4f05b67f0a2..5119668b429 100644 --- a/EVE/EveBase/AliEveVSDCreator.cxx +++ b/EVE/EveBase/AliEveVSDCreator.cxx @@ -7,6 +7,7 @@ * full copyright notice. * **************************************************************************/ +#include #include "AliEveVSDCreator.h" #include diff --git a/FMD/flow/AliFMDFlowSplitter.cxx b/FMD/flow/AliFMDFlowSplitter.cxx index 11f428c610d..65e4299f911 100644 --- a/FMD/flow/AliFMDFlowSplitter.cxx +++ b/FMD/flow/AliFMDFlowSplitter.cxx @@ -25,6 +25,7 @@ #include "flow/AliFMDFlowAxis.h" #include #include +#include #include //____________________________________________________________________ diff --git a/HLT/BASE/AliHLTModulePreprocessor.cxx b/HLT/BASE/AliHLTModulePreprocessor.cxx index cbbde3e9a94..ef5507a3204 100644 --- a/HLT/BASE/AliHLTModulePreprocessor.cxx +++ b/HLT/BASE/AliHLTModulePreprocessor.cxx @@ -23,6 +23,7 @@ * @brief Base class for HLT module preprocessors */ +#include #include #include "AliHLTModulePreprocessor.h" #include "AliHLTShuttleInterface.h" diff --git a/HLT/BASE/HOMER/AliHLTHOMERWriter.cxx b/HLT/BASE/HOMER/AliHLTHOMERWriter.cxx index cee95d78c3a..5164bf759eb 100644 --- a/HLT/BASE/HOMER/AliHLTHOMERWriter.cxx +++ b/HLT/BASE/HOMER/AliHLTHOMERWriter.cxx @@ -42,6 +42,7 @@ // or // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt +#include #include "AliHLTHOMERWriter.h" #include #include diff --git a/HLT/MUON/utils/dHLTdumpraw.cxx b/HLT/MUON/utils/dHLTdumpraw.cxx index ad82fd84f51..ad8b3e257ae 100644 --- a/HLT/MUON/utils/dHLTdumpraw.cxx +++ b/HLT/MUON/utils/dHLTdumpraw.cxx @@ -36,6 +36,7 @@ #include "AliHLTMUONUtils.h" +#include #include #include #include diff --git a/HLT/TPCLib/AliHLTTPCGlobalMergerComponent.cxx b/HLT/TPCLib/AliHLTTPCGlobalMergerComponent.cxx index 7c066985c5a..f80b73afcc3 100644 --- a/HLT/TPCLib/AliHLTTPCGlobalMergerComponent.cxx +++ b/HLT/TPCLib/AliHLTTPCGlobalMergerComponent.cxx @@ -33,6 +33,7 @@ using namespace std; #endif +#include #include "AliHLTTPCGlobalMergerComponent.h" //#include "AliHLTTPCTransform.h" #include "AliHLTTPCGlobalMerger.h" diff --git a/HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx b/HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx index 2bb9d9ad6fb..3099a1d9035 100644 --- a/HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx +++ b/HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx @@ -33,6 +33,7 @@ using namespace std; #endif +#include #include "AliHLTTPCSliceTrackerComponent.h" #include "AliHLTTPCTransform.h" #include "AliHLTTPCConfMapper.h" diff --git a/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx b/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx index 2fd3f8b4cf2..29c75baca1b 100644 --- a/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx +++ b/HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx @@ -26,6 +26,7 @@ using namespace std; #endif +#include #include "AliHLTTPCCATrackerComponent.h" #include "AliHLTTPCTransform.h" #include "AliHLTTPCCATracker.h" diff --git a/MONITOR/AliMonitorClient.cxx b/MONITOR/AliMonitorClient.cxx index 27df7773ced..199b6b335fd 100644 --- a/MONITOR/AliMonitorClient.cxx +++ b/MONITOR/AliMonitorClient.cxx @@ -24,6 +24,7 @@ /////////////////////////////////////////////////////////////////////////////// +#include #include #include #include diff --git a/MONITOR/AliMonitorControl.cxx b/MONITOR/AliMonitorControl.cxx index 2295588678b..1788dd4a530 100644 --- a/MONITOR/AliMonitorControl.cxx +++ b/MONITOR/AliMonitorControl.cxx @@ -22,6 +22,7 @@ /////////////////////////////////////////////////////////////////////////////// +#include #include "AliMonitorControl.h" #include "AliMonitorHisto.h" #include "AliLog.h" diff --git a/MUON/AliMUONLocalTriggerBoard.cxx b/MUON/AliMUONLocalTriggerBoard.cxx index fc489d8fe7b..b4025a07e92 100644 --- a/MUON/AliMUONLocalTriggerBoard.cxx +++ b/MUON/AliMUONLocalTriggerBoard.cxx @@ -24,6 +24,7 @@ /// \author Rachid Guernane (LPCCFd) //----------------------------------------------------------------------------- +#include #include "AliMUONLocalTriggerBoard.h" #include "AliMUONTriggerLut.h" diff --git a/MUON/AliMUONPainterDataSourceFrame.cxx b/MUON/AliMUONPainterDataSourceFrame.cxx index 800b7c6525d..b1cc97761e5 100644 --- a/MUON/AliMUONPainterDataSourceFrame.cxx +++ b/MUON/AliMUONPainterDataSourceFrame.cxx @@ -15,6 +15,7 @@ // $Id$ +#include #include "AliMUONPainterDataSourceFrame.h" diff --git a/MUON/AliMUONPainterHelper.cxx b/MUON/AliMUONPainterHelper.cxx index 3575009302f..d09f93423b6 100644 --- a/MUON/AliMUONPainterHelper.cxx +++ b/MUON/AliMUONPainterHelper.cxx @@ -15,6 +15,7 @@ // $Id$ +#include #include "AliMUONPainterHelper.h" #include "AliMUONGeometryDetElement.h" diff --git a/MUON/AliMUONRawStreamTrackerHP.h b/MUON/AliMUONRawStreamTrackerHP.h index a893da9eed8..341cfb7b039 100644 --- a/MUON/AliMUONRawStreamTrackerHP.h +++ b/MUON/AliMUONRawStreamTrackerHP.h @@ -13,6 +13,7 @@ /// \brief Declaration of the high performance decoder for muon trigger chamber raw streams. /// +#include #include "AliMUONVRawStreamTracker.h" #include "AliMUONTrackerDDLDecoder.h" diff --git a/MUON/AliMUONRefitter.cxx b/MUON/AliMUONRefitter.cxx index aa8ca1fb637..9e038b04411 100644 --- a/MUON/AliMUONRefitter.cxx +++ b/MUON/AliMUONRefitter.cxx @@ -15,6 +15,7 @@ // $Id$ +#include #include "AliMUONRefitter.h" #include "AliMUONGeometryTransformer.h" #include "AliMUONClusterFinderCOG.h" diff --git a/MUON/AliMUONTrackerIO.cxx b/MUON/AliMUONTrackerIO.cxx index e7de71c475f..208f0fa0540 100644 --- a/MUON/AliMUONTrackerIO.cxx +++ b/MUON/AliMUONTrackerIO.cxx @@ -15,6 +15,7 @@ // $Id$ +#include #include "AliMUONTrackerIO.h" /// \class AliMUONTrackerIO diff --git a/MUON/mapping/AliMpDDLStore.cxx b/MUON/mapping/AliMpDDLStore.cxx index 78860d384fe..c9835e91b81 100644 --- a/MUON/mapping/AliMpDDLStore.cxx +++ b/MUON/mapping/AliMpDDLStore.cxx @@ -27,6 +27,7 @@ // Christian Finck, SUBATECH Nantes //----------------------------------------------------------------------------- +#include #include "AliMpDDLStore.h" #include "AliMpConstants.h" #include "AliMpDEStore.h" diff --git a/MUON/mapping/AliMpDEStore.cxx b/MUON/mapping/AliMpDEStore.cxx index 13f1c91580a..9f639ee520d 100644 --- a/MUON/mapping/AliMpDEStore.cxx +++ b/MUON/mapping/AliMpDEStore.cxx @@ -25,6 +25,7 @@ // Laurent Aphecetche, Christian Finck, SUBATECH Nantes //----------------------------------------------------------------------------- +#include #include "AliMpDEStore.h" #include "AliMpDEManager.h" #include "AliMpDetElement.h" diff --git a/MUON/mapping/AliMpMotifPainter.cxx b/MUON/mapping/AliMpMotifPainter.cxx index 78bcd6ef64b..09a8c877d96 100755 --- a/MUON/mapping/AliMpMotifPainter.cxx +++ b/MUON/mapping/AliMpMotifPainter.cxx @@ -25,6 +25,7 @@ // Authors: David Guez, IPN Orsay //----------------------------------------------------------------------------- +#include #include "AliMpMotifPainter.h" #include "AliMpGraphContext.h" #include "AliMpMotifPosition.h" diff --git a/MUON/mapping/AliMpMotifType.cxx b/MUON/mapping/AliMpMotifType.cxx index 580e8a2c27a..1425cd84241 100755 --- a/MUON/mapping/AliMpMotifType.cxx +++ b/MUON/mapping/AliMpMotifType.cxx @@ -25,6 +25,7 @@ // Authors: David Guez, Ivana Hrivnacova; IPN Orsay //----------------------------------------------------------------------------- +#include #include "AliMpMotifType.h" #include "AliMpMotifTypePadIterator.h" #include "AliMpConnection.h" diff --git a/MUON/mapping/AliMpTriggerReader.cxx b/MUON/mapping/AliMpTriggerReader.cxx index 60e1b035d8e..e816ad37732 100644 --- a/MUON/mapping/AliMpTriggerReader.cxx +++ b/MUON/mapping/AliMpTriggerReader.cxx @@ -16,6 +16,7 @@ // $Id$ // $MpId: AliMpTriggerReader.cxx,v 1.4 2006/05/24 13:58:52 ivana Exp $ +#include #include "AliMpTriggerReader.h" #include "AliMpMotifReader.h" #include "AliMpFiles.h" diff --git a/RALICE/AliAstrolab.cxx b/RALICE/AliAstrolab.cxx index 469039d59af..452c3a28bd7 100644 --- a/RALICE/AliAstrolab.cxx +++ b/RALICE/AliAstrolab.cxx @@ -126,6 +126,7 @@ //- Modified: NvE $Date$ Utrecht University /////////////////////////////////////////////////////////////////////////// +#include #include "AliAstrolab.h" #include "Riostream.h" diff --git a/RALICE/AliCollider.cxx b/RALICE/AliCollider.cxx index 965197e0ee9..97e9b54694b 100644 --- a/RALICE/AliCollider.cxx +++ b/RALICE/AliCollider.cxx @@ -111,6 +111,7 @@ //- Modified: NvE $Date: 2004/05/04 15:33:04 $ Utrecht University /////////////////////////////////////////////////////////////////////////// +#include #include "AliCollider.h" #include "Riostream.h" diff --git a/RALICE/AliDevice.cxx b/RALICE/AliDevice.cxx index 89f917c8f2f..df83c35d357 100644 --- a/RALICE/AliDevice.cxx +++ b/RALICE/AliDevice.cxx @@ -79,6 +79,7 @@ //- Modified: NvE $Date$ Utrecht University /////////////////////////////////////////////////////////////////////////// +#include #include "AliDevice.h" #include "Riostream.h" diff --git a/RALICE/AliEvent.cxx b/RALICE/AliEvent.cxx index c4f33437d6a..e1b33d98bd4 100644 --- a/RALICE/AliEvent.cxx +++ b/RALICE/AliEvent.cxx @@ -252,6 +252,7 @@ //- Modified: NvE $Date: 2004/10/20 10:49:44 $ UU-SAP Utrecht /////////////////////////////////////////////////////////////////////////// +#include #include "AliEvent.h" #include "Riostream.h" diff --git a/RALICE/AliEventSelector.cxx b/RALICE/AliEventSelector.cxx index a425d572bb1..a4183735dda 100644 --- a/RALICE/AliEventSelector.cxx +++ b/RALICE/AliEventSelector.cxx @@ -127,6 +127,7 @@ //- Modified: NvE $Date$ Utrecht University /////////////////////////////////////////////////////////////////////////// +#include #include "AliEventSelector.h" #include "Riostream.h" diff --git a/RALICE/AliHelix.cxx b/RALICE/AliHelix.cxx index e0069838a06..3ebafe5c564 100644 --- a/RALICE/AliHelix.cxx +++ b/RALICE/AliHelix.cxx @@ -151,6 +151,7 @@ //- Modified: NvE $Date$ Utrecht University /////////////////////////////////////////////////////////////////////////// +#include #include "AliHelix.h" #include "Riostream.h" diff --git a/RALICE/AliJet.cxx b/RALICE/AliJet.cxx index b6f8251cb52..25094231c80 100644 --- a/RALICE/AliJet.cxx +++ b/RALICE/AliJet.cxx @@ -94,6 +94,7 @@ //- Modified: NvE $Date$ UU-SAP Utrecht /////////////////////////////////////////////////////////////////////////// +#include #include "AliJet.h" #include "Riostream.h" diff --git a/RALICE/AliJob.cxx b/RALICE/AliJob.cxx index 6a385f2e471..f79b9dc5c42 100644 --- a/RALICE/AliJob.cxx +++ b/RALICE/AliJob.cxx @@ -112,6 +112,7 @@ //- Modified: NvE $Date$ Utrecht University /////////////////////////////////////////////////////////////////////////// +#include #include "AliJob.h" #include "Riostream.h" diff --git a/RALICE/AliSignal.cxx b/RALICE/AliSignal.cxx index 1cb0a2cf258..c6bdd25139c 100644 --- a/RALICE/AliSignal.cxx +++ b/RALICE/AliSignal.cxx @@ -109,6 +109,7 @@ //- Modified: NvE $Date$ UU-SAP Utrecht /////////////////////////////////////////////////////////////////////////// +#include #include "AliSignal.h" #include "AliTrack.h" #include "Riostream.h" diff --git a/RALICE/AliTimestamp.cxx b/RALICE/AliTimestamp.cxx index df6aa74617d..c80833dec7f 100644 --- a/RALICE/AliTimestamp.cxx +++ b/RALICE/AliTimestamp.cxx @@ -167,6 +167,7 @@ //- Modified: NvE $Date$ Utrecht University. /////////////////////////////////////////////////////////////////////////// +#include #include "AliTimestamp.h" #include "Riostream.h" diff --git a/RALICE/AliVertex.cxx b/RALICE/AliVertex.cxx index 1d142c7da99..dc1ae6b3749 100644 --- a/RALICE/AliVertex.cxx +++ b/RALICE/AliVertex.cxx @@ -148,6 +148,7 @@ //- Modified: NvE $Date$ UU-SAP Utrecht /////////////////////////////////////////////////////////////////////////// +#include #include "AliVertex.h" #include "Riostream.h" diff --git a/RAW/AliRawDataHeader.h b/RAW/AliRawDataHeader.h index e2fa8e2b772..78bbddc4642 100644 --- a/RAW/AliRawDataHeader.h +++ b/RAW/AliRawDataHeader.h @@ -57,9 +57,9 @@ struct AliRawDataHeader { {return fStatusMiniEventID & 0xFFF;}; ULong64_t GetTriggerClasses() const - {return ((ULong64_t) (fROILowTriggerClassHigh & 0x1FFFF)) << 32 + fTriggerClassLow;} + {return (((ULong64_t) (fROILowTriggerClassHigh & 0x1FFFF)) << 32) + fTriggerClassLow;} ULong64_t GetROI() const - {return ((ULong64_t) fROIHigh) << 32 + ((fROILowTriggerClassHigh >> 28) & 0xF);} + {return (((ULong64_t) fROIHigh) << 32) + ((fROILowTriggerClassHigh >> 28) & 0xF);} void SetTriggerClass(ULong64_t mask) {fTriggerClassLow = (UInt_t)(mask & 0xFFFFFFFF); // low bits of trigger class diff --git a/RAW/AliRawReaderFile.cxx b/RAW/AliRawReaderFile.cxx index fe33f776157..ad1201977c1 100644 --- a/RAW/AliRawReaderFile.cxx +++ b/RAW/AliRawReaderFile.cxx @@ -30,6 +30,7 @@ /// /////////////////////////////////////////////////////////////////////////////// +#include #include "AliRawReaderFile.h" #include diff --git a/STEER/AliCDBDump.cxx b/STEER/AliCDBDump.cxx index 49b97af77fb..322f614af67 100644 --- a/STEER/AliCDBDump.cxx +++ b/STEER/AliCDBDump.cxx @@ -20,6 +20,7 @@ // // ///////////////////////////////////////////////////////////////////// +#include #include #include #include diff --git a/STEER/AliCDBGrid.cxx b/STEER/AliCDBGrid.cxx index 8bd2df8f879..df3915d6541 100644 --- a/STEER/AliCDBGrid.cxx +++ b/STEER/AliCDBGrid.cxx @@ -20,7 +20,7 @@ // // ///////////////////////////////////////////////////////////////////////////////////////////////// - +#include #include #include #include diff --git a/STEER/AliCDBLocal.cxx b/STEER/AliCDBLocal.cxx index 0c590e72f79..80741202788 100644 --- a/STEER/AliCDBLocal.cxx +++ b/STEER/AliCDBLocal.cxx @@ -20,6 +20,7 @@ // // ///////////////////////////////////////////////////////////////////////////////////////////////// +#include #include #include #include diff --git a/STEER/AliCheb3DCalc.cxx b/STEER/AliCheb3DCalc.cxx index 16e4aac97de..4eec5102a60 100644 --- a/STEER/AliCheb3DCalc.cxx +++ b/STEER/AliCheb3DCalc.cxx @@ -16,6 +16,7 @@ // Author: ruben.shahoyan@cern.ch 09/09/2006 // +#include #include "AliCheb3DCalc.h" ClassImp(AliCheb3DCalc) diff --git a/STEER/AliFieldMap.cxx b/STEER/AliFieldMap.cxx index 907d5c4523f..97a37b6eb95 100644 --- a/STEER/AliFieldMap.cxx +++ b/STEER/AliFieldMap.cxx @@ -25,6 +25,7 @@ // //----------------------------------------------------------------------- +#include #include #include diff --git a/STEER/AliLog.cxx b/STEER/AliLog.cxx index 7770819bb56..3835c8483ac 100644 --- a/STEER/AliLog.cxx +++ b/STEER/AliLog.cxx @@ -31,6 +31,7 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include #include #include #include diff --git a/STEER/AliQA.cxx b/STEER/AliQA.cxx index 69825003cde..8a752ac8b28 100644 --- a/STEER/AliQA.cxx +++ b/STEER/AliQA.cxx @@ -31,6 +31,7 @@ ////////////////////////////////////////////////////////////////////////////// +#include // --- ROOT system --- #include #include diff --git a/T0/AliT0Calibrator.cxx b/T0/AliT0Calibrator.cxx index 8422b0d2d13..6cae77ac84c 100644 --- a/T0/AliT0Calibrator.cxx +++ b/T0/AliT0Calibrator.cxx @@ -33,7 +33,7 @@ #include #include #include -#include "iostream.h" +#include ClassImp(AliT0Calibrator) diff --git a/T0/AliT0QAChecker.cxx b/T0/AliT0QAChecker.cxx index 0839d4c6fe1..7aa20cbb24e 100644 --- a/T0/AliT0QAChecker.cxx +++ b/T0/AliT0QAChecker.cxx @@ -23,6 +23,7 @@ //... // --- ROOT system --- +#include #include #include #include @@ -38,7 +39,6 @@ #include "AliQA.h" #include "AliQAChecker.h" #include "AliT0QAChecker.h" -#include "iostream.h" ClassImp(AliT0QAChecker) diff --git a/T0/AliT0Reconstructor.cxx b/T0/AliT0Reconstructor.cxx index 4105db9f1be..116f794aec6 100644 --- a/T0/AliT0Reconstructor.cxx +++ b/T0/AliT0Reconstructor.cxx @@ -34,7 +34,7 @@ #include #include #include -#include +#include ClassImp(AliT0Reconstructor) diff --git a/TOF/AliTOFReconstructor.cxx b/TOF/AliTOFReconstructor.cxx index 3ab262005ab..a9c6ea1cb67 100644 --- a/TOF/AliTOFReconstructor.cxx +++ b/TOF/AliTOFReconstructor.cxx @@ -21,6 +21,7 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include //#include "TFile.h" #include "TObjArray.h" #include "TString.h" diff --git a/TPC/AliTPCMonitorDialog.cxx b/TPC/AliTPCMonitorDialog.cxx index d4aa93d92d6..2bfab498a52 100755 --- a/TPC/AliTPCMonitorDialog.cxx +++ b/TPC/AliTPCMonitorDialog.cxx @@ -41,6 +41,7 @@ New TPC monitoring package from Stefan Kniege. The monitoring package can be sta +#include #include "AliTPCMonitorDialog.h" #include "TGTab.h" #include "TGButton.h" diff --git a/TPC/AliTPCMonitorMappingHandler.cxx b/TPC/AliTPCMonitorMappingHandler.cxx index f5092a84f55..eeaa993a2e5 100755 --- a/TPC/AliTPCMonitorMappingHandler.cxx +++ b/TPC/AliTPCMonitorMappingHandler.cxx @@ -43,6 +43,7 @@ ///////////////////////////////////////////////////////////////////////// +#include #include "AliTPCMonitorMappingHandler.h" #include "TH1.h" #include "TLegend.h" diff --git a/TRD/AliTRDsegmentArray.cxx b/TRD/AliTRDsegmentArray.cxx index f91cacb2465..bbc48a43028 100644 --- a/TRD/AliTRDsegmentArray.cxx +++ b/TRD/AliTRDsegmentArray.cxx @@ -21,6 +21,7 @@ // // //////////////////////////////////////////////////////////////////////////// +#include #include #include #include diff --git a/TTherminator/Therminator/Hypersurface.cxx b/TTherminator/Therminator/Hypersurface.cxx index 161d3ae9cd7..e0a902afd51 100644 --- a/TTherminator/Therminator/Hypersurface.cxx +++ b/TTherminator/Therminator/Hypersurface.cxx @@ -1,3 +1,5 @@ +#include +#include #include "Hypersurface.h" Hypersurface::Hypersurface(const char *dirname) { -- 2.43.5