Index: trunk/MagicSoft/Mars/manalysis/MParameterCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MParameterCalc.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/manalysis/MParameterCalc.cc	(revision 8910)
@@ -41,4 +41,6 @@
 #include "MParameterCalc.h"
 
+#include <TMath.h>
+
 #include "MParList.h"
 
Index: trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc	(revision 8910)
@@ -18,5 +18,5 @@
 !   Author(s): Markus Gaug  08/2004 <mailto:markus@ifae.es>
 !
-!   Copyright: MAGIC Software Development, 2000-2004
+!   Copyright: MAGIC Software Development, 2000-2008
 !
 !
@@ -48,5 +48,7 @@
 #include "MCalibrationTestCalc.h"
 
+#include <TMath.h>
 #include <TSystem.h>
+
 #include <TH1.h>
 #include <TF1.h>
Index: trunk/MagicSoft/Mars/mdata/MDataArray.cc
===================================================================
--- trunk/MagicSoft/Mars/mdata/MDataArray.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mdata/MDataArray.cc	(revision 8910)
@@ -18,5 +18,5 @@
 !   Author(s): Thomas Bretz  08/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2005
+!   Copyright: MAGIC Software Development, 2000-2008
 !
 !
@@ -34,4 +34,6 @@
 
 #include <fstream>
+
+#include <TMath.h>
 
 #include "MLog.h"
Index: trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCamDwarf.cc	(revision 8910)
@@ -19,5 +19,5 @@
 !   Author(s): Michael Backes 03/2007 <mailto:michael.backes@udo.edu>
 !
-!   Copyright: MAGIC Software Development, 2000-2007
+!   Copyright: MAGIC Software Development, 2000-2008
 !
 !
@@ -44,4 +44,6 @@
 
 #include <iostream>
+
+#include <TMath.h>
 #include <TArrayI.h>
 
Index: trunk/MagicSoft/Mars/mhbase/MH3.cc
===================================================================
--- trunk/MagicSoft/Mars/mhbase/MH3.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mhbase/MH3.cc	(revision 8910)
@@ -149,6 +149,8 @@
 #include <fstream>
 
+#include <TMath.h>
+
+#include <THashList.h>
 #include <TObjString.h>
-#include <THashList.h>
 
 //#include <TPad.h>
Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 8910)
@@ -19,5 +19,5 @@
 !   Author(s): Thomas Bretz <mailto:tbretz@astro.uni-wuerzburg.de>
 !              
-!   Copyright: MAGIC Software Development, 2000-2007
+!   Copyright: MAGIC Software Development, 2000-2008
 !
 !
@@ -90,4 +90,18 @@
 #include "MHCalibrationPix.h"
 
+#include <TEnv.h>
+#include <TMath.h>
+
+#include <TOrdCollection.h>
+
+#include <TStyle.h>
+#include <TLine.h>
+#include <TLatex.h>
+#include <TLegend.h>
+#include <TCanvas.h>
+
+#include <TF1.h>
+#include <TGraph.h>
+
 #include "MLog.h"
 #include "MLogManip.h"
@@ -107,16 +121,4 @@
 #include "MBadPixelsCam.h"
 #include "MBadPixelsPix.h"
-
-#include <TOrdCollection.h>
-#include <TPad.h>
-#include <TVirtualPad.h>
-#include <TCanvas.h>
-#include <TStyle.h>
-#include <TF1.h>
-#include <TLine.h>
-#include <TLatex.h>
-#include <TLegend.h>
-#include <TGraph.h>
-#include <TEnv.h>
 
 ClassImp(MHCalibrationRelTimeCam);
Index: trunk/MagicSoft/Mars/mhft/MGeomCamMagicXT.cc
===================================================================
--- trunk/MagicSoft/Mars/mhft/MGeomCamMagicXT.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mhft/MGeomCamMagicXT.cc	(revision 8910)
@@ -19,5 +19,5 @@
 !   Author(s): Thomas Bretz, 12/2004  <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2004-2005
+!   Copyright: MAGIC Software Development, 2004-2008
 !
 !
@@ -35,4 +35,6 @@
 ////////////////////////////////////////////////////////////////////////////
 #include "MGeomCamMagicXT.h"
+
+#include <TMath.h>
 
 #include "MGeomPix.h"
Index: trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 8910)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.30 2007-08-24 12:58:49 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.31 2008-06-02 09:10:27 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -21,5 +21,5 @@
 !   Author(s): Thomas Bretz 8/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2006
+!   Copyright: MAGIC Software Development, 2000-2008
 !
 !
@@ -33,4 +33,6 @@
 ////////////////////////////////////////////////////////////////////////////
 #include "MRanForestCalc.h"
+
+#include <TMath.h>
 
 #include <TF1.h>
Index: trunk/MagicSoft/Mars/mtools/MagicDomino.cc
===================================================================
--- trunk/MagicSoft/Mars/mtools/MagicDomino.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mtools/MagicDomino.cc	(revision 8910)
@@ -18,5 +18,5 @@
 !   Author(s): Thomas Bretz 07/2002 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2000-2002
+!   Copyright: MAGIC Software Development, 2000-2008
 !
 !
@@ -63,4 +63,5 @@
 #include <KeySymbols.h>
 
+#include <TMath.h>
 #include <TCanvas.h>
 #include <TRandom.h>
Index: trunk/MagicSoft/Mars/mtools/MagicJam.cc
===================================================================
--- trunk/MagicSoft/Mars/mtools/MagicJam.cc	(revision 8909)
+++ trunk/MagicSoft/Mars/mtools/MagicJam.cc	(revision 8910)
@@ -18,5 +18,5 @@
 !   Author(s): Thomas Bretz, 9/2005 <mailto:tbretz@astro.uni-wuerzburg.de>
 !
-!   Copyright: MAGIC Software Development, 2005
+!   Copyright: MAGIC Software Development, 2005-2008
 !
 !
@@ -60,10 +60,14 @@
 #include <KeySymbols.h>
 
+#include <TMath.h>
+#include <TRandom.h>
+
 #include <TBox.h>
 #include <TLine.h>
 #include <TText.h>
+
 #include <TStyle.h>
 #include <TSystem.h>
-#include <TRandom.h>
+
 #include <TNtuple.h>
 #include <TASImage.h>
