Index: trunk/MagicSoft/Mars/mranforest/MHRanForest.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MHRanForest.cc	(revision 8710)
+++ trunk/MagicSoft/Mars/mranforest/MHRanForest.cc	(revision 8907)
@@ -34,5 +34,7 @@
 #include "MHRanForest.h"
 
+#include <TH1.h>
 #include <TPad.h>
+#include <TMath.h>
 #include <TGraph.h>
 #include <TStyle.h>
Index: trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc	(revision 8710)
+++ trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc	(revision 8907)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.7 2006-11-02 08:57:00 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.8 2008-06-02 08:46:43 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -36,4 +36,5 @@
 #include "MHRanForestGini.h"
 
+#include <TH1.h>
 #include <TPad.h>
 #include <TGraph.h>
Index: trunk/MagicSoft/Mars/mranforest/MRanForest.cc
===================================================================
--- trunk/MagicSoft/Mars/mranforest/MRanForest.cc	(revision 8710)
+++ trunk/MagicSoft/Mars/mranforest/MRanForest.cc	(revision 8907)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.27 2007-07-24 13:35:39 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MRanForest.cc,v 1.28 2008-06-02 08:46:43 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -45,4 +45,5 @@
 #include "MRanForest.h"
 
+#include <TMath.h>
 #include <TRandom.h>
 
