From 7ca4655fc9c861260bd2b42a5de05a36f9574d60 Mon Sep 17 00:00:00 2001 From: alibrary Date: Fri, 2 Feb 2007 09:40:50 +0000 Subject: [PATCH] Includes required by ROOT head --- .cvsignore | 1 + ACORDE/AliACORDE.cxx | 11 ++++------ EMCAL/AliEMCALGeometry.cxx | 1 + EMCAL/AliEMCALv1.cxx | 1 + EMCAL/AliEMCALv2.cxx | 5 +++-- EVE/Alieve/EventAlieve.h | 2 ++ EVGEN/AliGenCocktail.h | 1 + EVGEN/AliGenCorrHF.cxx | 15 +++++++------ EVGEN/AliGenParam.cxx | 1 + ITS/AliITSLoader.cxx | 1 + ITS/AliITSMultReconstructor.cxx | 27 ++++++++++++++++++----- ITS/AliITSPreprocessorSPD.cxx | 23 ++++++++++++++++++-- ITS/AliITSSteerPid.cxx | 1 + ITS/AliITSTrigger.cxx | 1 + JETAN/AliUA1JetFinderV1.cxx | 7 ++++-- MUON/AliMUONPedestalSubprocessor.cxx | 16 ++++++++------ MUON/AliMUONPoints.cxx | 1 + MUON/AliMUONSDigitizerV2.cxx | 2 ++ MUON/AliMUONTrigger.cxx | 2 ++ PHOS/AliPHOSv1.cxx | 4 ++++ PHOS/AliPHOSvImpacts.cxx | 4 ++++ PWG0/AliPWG0depHelper.cxx | 17 +++++++++++++++ PWG0/TPC/AliTPCClusterHistograms.h | 1 + PWG0/TPC/AliTPCRawHistograms.cxx | 29 +++++++++++++++++++------ PWG0/dNdEta/AliMultiplicityCorrection.h | 10 ++++++--- PWG0/dNdEta/AlidNdEtaCorrection.h | 1 + RAW/AliRawEventHeaderBase.cxx | 1 + STEER/AliDetector.cxx | 1 + STEER/AliGRPPreprocessor.cxx | 11 ++++++---- STEER/AliMC.cxx | 4 ++-- STEER/AliMC.h | 1 + STEER/AliStack.cxx | 3 ++- STEER/AliXMLCollection.cxx | 15 +++++++------ TOF/AliTOF.cxx | 13 ++++++----- TOF/AliTOFSDigitizer.cxx | 1 + TOF/AliTOFTrigger.cxx | 2 ++ TRD/AliTRD.cxx | 1 + VZERO/AliVZEROTrigger.cxx | 19 ++++++++++++++++ ZDC/AliZDC.cxx | 1 + 39 files changed, 196 insertions(+), 62 deletions(-) diff --git a/.cvsignore b/.cvsignore index a1a869c8c84..0dcb05c1a07 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ include +doc diff --git a/ACORDE/AliACORDE.cxx b/ACORDE/AliACORDE.cxx index 717f450f659..5c6dc210c64 100644 --- a/ACORDE/AliACORDE.cxx +++ b/ACORDE/AliACORDE.cxx @@ -37,17 +37,14 @@ // // /////////////////////////////////////////////////////////////////////////////// -#include "AliACORDE.h" - +#include #include #include -#include "AliRun.h" -#include "AliMagF.h" -//#include "AliMC.h" - -//#include "AliACORDEhit.h" +#include "AliACORDE.h" #include "AliACORDEModule.h" +#include "AliMagF.h" +#include "AliRun.h" ClassImp(AliACORDE) diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index 9dbefa4404e..7c130ebde20 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include diff --git a/EMCAL/AliEMCALv1.cxx b/EMCAL/AliEMCALv1.cxx index 02aa79562fc..c285bb7b10a 100644 --- a/EMCAL/AliEMCALv1.cxx +++ b/EMCAL/AliEMCALv1.cxx @@ -30,6 +30,7 @@ // 2. Timing signal is collected and added to hit // --- ROOT system --- +#include #include #include diff --git a/EMCAL/AliEMCALv2.cxx b/EMCAL/AliEMCALv2.cxx index 11eeaa822f2..cb9e54384d0 100644 --- a/EMCAL/AliEMCALv2.cxx +++ b/EMCAL/AliEMCALv2.cxx @@ -27,12 +27,13 @@ #include // --- ROOT system --- -#include -#include #include +#include #include #include +#include #include +#include // --- Standard library --- diff --git a/EVE/Alieve/EventAlieve.h b/EVE/Alieve/EventAlieve.h index 451b9d38b9d..1afd50b33fd 100644 --- a/EVE/Alieve/EventAlieve.h +++ b/EVE/Alieve/EventAlieve.h @@ -3,6 +3,8 @@ #ifndef ALIEVE_Event_H #define ALIEVE_Event_H +#include + #include class AliRunLoader; diff --git a/EVGEN/AliGenCocktail.h b/EVGEN/AliGenCocktail.h index b9339ade09f..5e348fd1fdd 100644 --- a/EVGEN/AliGenCocktail.h +++ b/EVGEN/AliGenCocktail.h @@ -12,6 +12,7 @@ #include "AliGenerator.h" #include +#include class AliGenCocktailEntry; class AliGenCocktailEventHeader; diff --git a/EVGEN/AliGenCorrHF.cxx b/EVGEN/AliGenCorrHF.cxx index a871c3eb1a8..5dfdcee33dc 100644 --- a/EVGEN/AliGenCorrHF.cxx +++ b/EVGEN/AliGenCorrHF.cxx @@ -79,19 +79,20 @@ // One can include AliGenCorrHF in an AliGenCocktail generator. //-------------------------------------------------------------------------- +#include +#include +#include +#include #include -#include #include -#include -#include -#include #include +#include #include #include -#include +#include +#include +#include #include -#include -#include #include "AliGenCorrHF.h" #include "AliLog.h" diff --git a/EVGEN/AliGenParam.cxx b/EVGEN/AliGenParam.cxx index 2893051f14b..9c897e97b06 100644 --- a/EVGEN/AliGenParam.cxx +++ b/EVGEN/AliGenParam.cxx @@ -22,6 +22,7 @@ // andreas.morsch@cern.ch #include +#include #include #include #include diff --git a/ITS/AliITSLoader.cxx b/ITS/AliITSLoader.cxx index ff1e03fbf5f..c1b10dc6ff6 100644 --- a/ITS/AliITSLoader.cxx +++ b/ITS/AliITSLoader.cxx @@ -15,6 +15,7 @@ /* $Id$ */ +#include #include #include "AliITSdigit.h" diff --git a/ITS/AliITSMultReconstructor.cxx b/ITS/AliITSMultReconstructor.cxx index f84af41e480..4e5c294d36e 100644 --- a/ITS/AliITSMultReconstructor.cxx +++ b/ITS/AliITSMultReconstructor.cxx @@ -1,3 +1,20 @@ +/************************************************************************** + * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * * + * Author: The ALICE Off-line Project. * + * Contributors are mentioned in the code where appropriate. * + * * + * Permission to use, copy, modify and distribute this software and its * + * documentation strictly for non-commercial purposes is hereby granted * + * without fee, provided that the above copyright notice appears in all * + * copies and that both the copyright notice and this permission notice * + * appear in the supporting documentation. The authors make no claims * + * about the suitability of this software for any purpose. It is * + * provided "as is" without express or implied warranty. * + **************************************************************************/ + +/* $Id$ */ + //____________________________________________________________________ // // AliITSMultReconstructor - find clusters in the pixels (theta and @@ -24,12 +41,12 @@ // //____________________________________________________________________ -#include "AliITSMultReconstructor.h" - -#include "TTree.h" -#include "TH1F.h" -#include "TH2F.h" +#include +#include +#include +#include +#include "AliITSMultReconstructor.h" #include "AliITSRecPoint.h" #include "AliITSgeom.h" #include "AliLog.h" diff --git a/ITS/AliITSPreprocessorSPD.cxx b/ITS/AliITSPreprocessorSPD.cxx index d34a48743c9..618b494e1a9 100644 --- a/ITS/AliITSPreprocessorSPD.cxx +++ b/ITS/AliITSPreprocessorSPD.cxx @@ -1,17 +1,36 @@ +/************************************************************************** + * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * * + * Author: The ALICE Off-line Project. * + * Contributors are mentioned in the code where appropriate. * + * * + * Permission to use, copy, modify and distribute this software and its * + * documentation strictly for non-commercial purposes is hereby granted * + * without fee, provided that the above copyright notice appears in all * + * copies and that both the copyright notice and this permission notice * + * appear in the supporting documentation. The authors make no claims * + * about the suitability of this software for any purpose. It is * + * provided "as is" without express or implied warranty. * + **************************************************************************/ + +/* $Id$ */ + /////////////////////////////////////////////// // Author: Henrik Tydesjo // // Preprocessor Class for the SPD // // // /////////////////////////////////////////////// +#include +#include +#include + #include "AliITSPreprocessorSPD.h" #include "AliITSCalibrationSPD.h" #include "AliITSOnlineCalibrationSPD.h" #include "AliITSOnlineCalibrationSPDhandler.h" #include "AliCDBMetaData.h" #include "AliLog.h" -#include -#include ClassImp(AliITSPreprocessorSPD) diff --git a/ITS/AliITSSteerPid.cxx b/ITS/AliITSSteerPid.cxx index 634beaeb707..328811359e2 100644 --- a/ITS/AliITSSteerPid.cxx +++ b/ITS/AliITSSteerPid.cxx @@ -23,6 +23,7 @@ // Origin: Elena Bruna bruna@to.infn.it, Massimo Masera masera@to.infn.it// ///////////////////////////////////////////////////////////////////////// +#include #include #include "AliITSSteerPid.h" diff --git a/ITS/AliITSTrigger.cxx b/ITS/AliITSTrigger.cxx index 800ad8c12fa..0cf52d3c922 100644 --- a/ITS/AliITSTrigger.cxx +++ b/ITS/AliITSTrigger.cxx @@ -16,6 +16,7 @@ /* $Id$ */ +#include #include "AliLog.h" #include "AliRun.h" diff --git a/JETAN/AliUA1JetFinderV1.cxx b/JETAN/AliUA1JetFinderV1.cxx index dbcb9d5a709..2fa3f27da37 100644 --- a/JETAN/AliUA1JetFinderV1.cxx +++ b/JETAN/AliUA1JetFinderV1.cxx @@ -13,6 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ +/* $Id$ */ //--------------------------------------------------------------------- // UA1 Cone Algorithm Jet finder @@ -21,11 +22,13 @@ // (version in c++) //--------------------------------------------------------------------- -#include +#include +#include #include #include #include -#include +#include + #include "AliUA1JetFinderV1.h" #include "AliUA1JetHeaderV1.h" #include "AliJetReaderHeader.h" diff --git a/MUON/AliMUONPedestalSubprocessor.cxx b/MUON/AliMUONPedestalSubprocessor.cxx index ac2440b2314..b2eaf59e1fa 100644 --- a/MUON/AliMUONPedestalSubprocessor.cxx +++ b/MUON/AliMUONPedestalSubprocessor.cxx @@ -15,22 +15,24 @@ // $Id$ -#include "AliMUONPedestalSubprocessor.h" +#include + +#include +#include +#include +#include #include "AliCDBMetaData.h" #include "AliLog.h" #include "AliMUON2DMap.h" #include "AliMUON2DStoreValidator.h" #include "AliMUONCalibParam2F.h" -#include "Riostream.h" -#include "TObjString.h" -#include "TSystem.h" -#include -#include "AliMUONVDataIterator.h" #include "AliMUONConstants.h" #include "AliMUONObjectPair.h" -#include "AliMpDDLStore.h" +#include "AliMUONPedestalSubprocessor.h" #include "AliMUONPreprocessor.h" +#include "AliMUONVDataIterator.h" +#include "AliMpDDLStore.h" /// /// \class AliMUONPedestalSubprocessor diff --git a/MUON/AliMUONPoints.cxx b/MUON/AliMUONPoints.cxx index 79b73b57bbf..089fc6af914 100644 --- a/MUON/AliMUONPoints.cxx +++ b/MUON/AliMUONPoints.cxx @@ -28,6 +28,7 @@ // // /////////////////////////////////////////////////////////////////////////////// +#include #include #include #include diff --git a/MUON/AliMUONSDigitizerV2.cxx b/MUON/AliMUONSDigitizerV2.cxx index ef0a7e63510..017f808bac0 100644 --- a/MUON/AliMUONSDigitizerV2.cxx +++ b/MUON/AliMUONSDigitizerV2.cxx @@ -15,6 +15,8 @@ // $Id$ +#include + #include "AliMUONSDigitizerV2.h" #include "AliLog.h" diff --git a/MUON/AliMUONTrigger.cxx b/MUON/AliMUONTrigger.cxx index 6d38329f571..03ead8d873d 100644 --- a/MUON/AliMUONTrigger.cxx +++ b/MUON/AliMUONTrigger.cxx @@ -15,6 +15,8 @@ /* $Id$ */ +#include + #include "AliLog.h" #include "AliRun.h" #include "AliRunLoader.h" diff --git a/PHOS/AliPHOSv1.cxx b/PHOS/AliPHOSv1.cxx index 0c268721b70..f09bd25733c 100644 --- a/PHOS/AliPHOSv1.cxx +++ b/PHOS/AliPHOSv1.cxx @@ -18,6 +18,9 @@ /* History of cvs commits: * * $Log$ + * Revision 1.107 2007/02/01 10:34:47 hristov + * Removing warnings on Solaris x86 + * * Revision 1.106 2006/11/14 17:11:15 hristov * Removing inheritances from TAttLine, TAttMarker and AliRndm in AliModule. The copy constructor and assignment operators are moved to the private part of the class and not implemented. The corresponding changes are propagated to the detectors * @@ -41,6 +44,7 @@ // --- ROOT system --- +#include #include #include diff --git a/PHOS/AliPHOSvImpacts.cxx b/PHOS/AliPHOSvImpacts.cxx index 311231a071f..6560c0957a2 100644 --- a/PHOS/AliPHOSvImpacts.cxx +++ b/PHOS/AliPHOSvImpacts.cxx @@ -19,6 +19,9 @@ /* History of cvs commits: * * $Log$ + * Revision 1.24 2006/11/14 17:11:15 hristov + * Removing inheritances from TAttLine, TAttMarker and AliRndm in AliModule. The copy constructor and assignment operators are moved to the private part of the class and not implemented. The corresponding changes are propagated to the detectors + * * Revision 1.23 2006/09/13 07:31:01 kharlov * Effective C++ corrections (T.Pocheptsov) * @@ -44,6 +47,7 @@ // --- ROOT system --- //#include +#include #include // --- Standard library --- diff --git a/PWG0/AliPWG0depHelper.cxx b/PWG0/AliPWG0depHelper.cxx index eab94a931d6..8a5dd88699e 100644 --- a/PWG0/AliPWG0depHelper.cxx +++ b/PWG0/AliPWG0depHelper.cxx @@ -1,5 +1,22 @@ +/************************************************************************** + * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * * + * Author: The ALICE Off-line Project. * + * Contributors are mentioned in the code where appropriate. * + * * + * Permission to use, copy, modify and distribute this software and its * + * documentation strictly for non-commercial purposes is hereby granted * + * without fee, provided that the above copyright notice appears in all * + * copies and that both the copyright notice and this permission notice * + * appear in the supporting documentation. The authors make no claims * + * about the suitability of this software for any purpose. It is * + * provided "as is" without express or implied warranty. * + **************************************************************************/ + /* $Id$ */ +#include + #include #include diff --git a/PWG0/TPC/AliTPCClusterHistograms.h b/PWG0/TPC/AliTPCClusterHistograms.h index ef2cfe27088..3c177e1a062 100644 --- a/PWG0/TPC/AliTPCClusterHistograms.h +++ b/PWG0/TPC/AliTPCClusterHistograms.h @@ -8,6 +8,7 @@ // read out chamber from the reconstructed clusters. // +#include #include #include diff --git a/PWG0/TPC/AliTPCRawHistograms.cxx b/PWG0/TPC/AliTPCRawHistograms.cxx index 9b3ecee0225..e15289b13e7 100644 --- a/PWG0/TPC/AliTPCRawHistograms.cxx +++ b/PWG0/TPC/AliTPCRawHistograms.cxx @@ -1,3 +1,18 @@ +/************************************************************************** + * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * * + * Author: The ALICE Off-line Project. * + * Contributors are mentioned in the code where appropriate. * + * * + * Permission to use, copy, modify and distribute this software and its * + * documentation strictly for non-commercial purposes is hereby granted * + * without fee, provided that the above copyright notice appears in all * + * copies and that both the copyright notice and this permission notice * + * appear in the supporting documentation. The authors make no claims * + * about the suitability of this software for any purpose. It is * + * provided "as is" without express or implied warranty. * + **************************************************************************/ + /* $Id$ */ // This class contains a number of histograms for diagnostics of a TPC @@ -8,19 +23,19 @@ // // -#include "AliTPCRawHistograms.h" -#include -#include #include -#include +#include +#include #include +#include #include #include +#include -#include -#include - +#include "AliLog.h" +#include "AliTPCRawHistograms.h" +#include "AliTPCRawStream.h" //____________________________________________________________________ ClassImp(AliTPCRawHistograms) diff --git a/PWG0/dNdEta/AliMultiplicityCorrection.h b/PWG0/dNdEta/AliMultiplicityCorrection.h index 3648c58b785..57db7c7906a 100644 --- a/PWG0/dNdEta/AliMultiplicityCorrection.h +++ b/PWG0/dNdEta/AliMultiplicityCorrection.h @@ -1,9 +1,13 @@ -/* $Id$ */ - #ifndef ALIMULTIPLICITYCORRECTION_H #define ALIMULTIPLICITYCORRECTION_H -#include "TNamed.h" +/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * See cxx source for full Copyright notice */ + +/* $Id$ */ + +#include +#include // // class that contains the correction matrix and the functions for diff --git a/PWG0/dNdEta/AlidNdEtaCorrection.h b/PWG0/dNdEta/AlidNdEtaCorrection.h index 63e1fcf167e..ea53cdfbe93 100644 --- a/PWG0/dNdEta/AlidNdEtaCorrection.h +++ b/PWG0/dNdEta/AlidNdEtaCorrection.h @@ -18,6 +18,7 @@ // - update MERge function // +#include #include class AliCorrection; diff --git a/RAW/AliRawEventHeaderBase.cxx b/RAW/AliRawEventHeaderBase.cxx index b8060ca8ade..59ae47e649c 100644 --- a/RAW/AliRawEventHeaderBase.cxx +++ b/RAW/AliRawEventHeaderBase.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "AliLog.h" diff --git a/STEER/AliDetector.cxx b/STEER/AliDetector.cxx index 628332ba39b..3bf71256b19 100644 --- a/STEER/AliDetector.cxx +++ b/STEER/AliDetector.cxx @@ -34,6 +34,7 @@ /////////////////////////////////////////////////////////////////////////////// #include +#include #include #include "AliLog.h" diff --git a/STEER/AliGRPPreprocessor.cxx b/STEER/AliGRPPreprocessor.cxx index 86df5454175..7ad4addc824 100644 --- a/STEER/AliGRPPreprocessor.cxx +++ b/STEER/AliGRPPreprocessor.cxx @@ -13,22 +13,25 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ +/* $Id$ */ + //------------------------------------------------------------------------- // Class AliGRPPreprocessor // Global Run Parameters (GRP) preprocessor // Origin: Panos Christakoglou, UOA-CERN, Panos.Christakoglou@cern.ch //------------------------------------------------------------------------- +#include +#include +#include +#include + #include "AliGRPPreprocessor.h" #include "AliGRPDCS.h" #include "AliCDBMetaData.h" #include "AliLog.h" -#include -#include -#include - class AliDCSValue; class AliShuttleInterface; diff --git a/STEER/AliMC.cxx b/STEER/AliMC.cxx index 08ef120af72..f8b19afb3b7 100644 --- a/STEER/AliMC.cxx +++ b/STEER/AliMC.cxx @@ -23,11 +23,11 @@ #include #include +#include +#include #include #include #include -#include - #include "AliLog.h" #include "AliDetector.h" diff --git a/STEER/AliMC.h b/STEER/AliMC.h index e7230d560e0..3aaf1df32a6 100644 --- a/STEER/AliMC.h +++ b/STEER/AliMC.h @@ -13,6 +13,7 @@ #include #include +#include #include #include diff --git a/STEER/AliStack.cxx b/STEER/AliStack.cxx index 8cea40392a6..faa2a0a9379 100644 --- a/STEER/AliStack.cxx +++ b/STEER/AliStack.cxx @@ -26,10 +26,11 @@ /////////////////////////////////////////////////////////////////////////////// +#include #include +#include #include #include -#include #include #include "AliLog.h" diff --git a/STEER/AliXMLCollection.cxx b/STEER/AliXMLCollection.cxx index c59240beafd..c5dc271bb3d 100644 --- a/STEER/AliXMLCollection.cxx +++ b/STEER/AliXMLCollection.cxx @@ -22,13 +22,14 @@ //----------------------------------------------------------------- //ROOT -#include "Riostream.h" -#include "TString.h" -#include "TMap.h" -#include "TObjString.h" -#include "TXMLEngine.h" -#include "TEntryList.h" -#include "TObjArray.h" +#include +#include +#include +#include +#include +#include +#include +#include #include "AliXMLCollection.h" diff --git a/TOF/AliTOF.cxx b/TOF/AliTOF.cxx index 164de8abc12..ed395b751d6 100644 --- a/TOF/AliTOF.cxx +++ b/TOF/AliTOF.cxx @@ -39,12 +39,13 @@ */ //End_Html -#include "TFile.h" -#include "TFolder.h" -#include "TROOT.h" -#include "TTask.h" -#include "TTree.h" -#include "TVirtualMC.h" +#include +#include +#include +#include +#include +#include +#include #include "AliConst.h" #include "AliLoader.h" diff --git a/TOF/AliTOFSDigitizer.cxx b/TOF/AliTOFSDigitizer.cxx index c336005d55a..f12a2c860eb 100644 --- a/TOF/AliTOFSDigitizer.cxx +++ b/TOF/AliTOFSDigitizer.cxx @@ -27,6 +27,7 @@ //__________________________________________________________// #include +#include #include #include #include diff --git a/TOF/AliTOFTrigger.cxx b/TOF/AliTOFTrigger.cxx index 51ab164b964..a4701fb4248 100644 --- a/TOF/AliTOFTrigger.cxx +++ b/TOF/AliTOFTrigger.cxx @@ -26,6 +26,8 @@ // ///////////////////////////////////////////////////////////////////// +#include + #include "AliLoader.h" #include "AliLog.h" #include "AliRunLoader.h" diff --git a/TRD/AliTRD.cxx b/TRD/AliTRD.cxx index e22917b8d4a..8b0ce742af3 100644 --- a/TRD/AliTRD.cxx +++ b/TRD/AliTRD.cxx @@ -26,6 +26,7 @@ #include #include +#include #include #include #include diff --git a/VZERO/AliVZEROTrigger.cxx b/VZERO/AliVZEROTrigger.cxx index b2b89e58309..75087d5cbef 100644 --- a/VZERO/AliVZEROTrigger.cxx +++ b/VZERO/AliVZEROTrigger.cxx @@ -1,3 +1,22 @@ +/************************************************************************** + * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * * + * Author: The ALICE Off-line Project. * + * Contributors are mentioned in the code where appropriate. * + * * + * Permission to use, copy, modify and distribute this software and its * + * documentation strictly for non-commercial purposes is hereby granted * + * without fee, provided that the above copyright notice appears in all * + * copies and that both the copyright notice and this permission notice * + * appear in the supporting documentation. The authors make no claims * + * about the suitability of this software for any purpose. It is * + * provided "as is" without express or implied warranty. * + **************************************************************************/ + +/* $Id$ */ + +#include + #include "AliRun.h" #include "AliRunLoader.h" diff --git a/ZDC/AliZDC.cxx b/ZDC/AliZDC.cxx index e24fd693c5f..7eb25836c3b 100644 --- a/ZDC/AliZDC.cxx +++ b/ZDC/AliZDC.cxx @@ -26,6 +26,7 @@ // --- ROOT system #include +#include #include #include #include -- 2.39.3