Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9582)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9583)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/06/03 Thomas Bretz
+
+   * mranforest/MRanForestCalc.cc:
+     - added stdlib.h to make Dominik happy ;)
+
+
 
  2010/05/05 Thomas Bretz
Index: /trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc
===================================================================
--- /trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc	(revision 9582)
+++ /trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc	(revision 9583)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.9 2008-11-11 11:46:50 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.10 2010-06-03 11:20:47 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
Index: /trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 9582)
+++ /trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 9583)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.31 2008-06-02 09:10:27 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MRanForestCalc.cc,v 1.32 2010-06-03 11:20:47 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -34,4 +34,6 @@
 #include "MRanForestCalc.h"
 
+#include <stdlib.h> // Needed for atof in some cases
+
 #include <TMath.h>
 
