Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5719)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5720)
@@ -20,4 +20,9 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/01/07 Abelardo Moralejo
+
+   * mbase/MLog.h
+     - Added #include "TSystem.h", otherwise gSystem is not recognized
+       in Mac OSX.
 
  2005/01/07 Thomas Bretz
Index: /trunk/MagicSoft/Mars/mbase/MLog.h
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MLog.h	(revision 5719)
+++ /trunk/MagicSoft/Mars/mbase/MLog.h	(revision 5720)
@@ -8,4 +8,6 @@
 #include <TString.h>
 #endif
+
+#include <TSystem.h>
 
 #include <iostream>  // base classes for MLog
