Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3712)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3713)
@@ -28,5 +28,7 @@
      - updated GetPixelContents
      - updated class documentation
-  
+
+   * mgeom/MGeomMirror.h
+     - include <TVector3.h>, otherwise it does not compile on my machine  
 
  2004/04/13: Thomas Bretz
Index: trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomMirror.h	(revision 3712)
+++ trunk/MagicSoft/Mars/mgeom/MGeomMirror.h	(revision 3713)
@@ -6,4 +6,8 @@
 #endif
 
+#ifndef ROOT_TVector3
+#include <TVector3.h>
+#endif
+
 #ifndef ROOT_TArrayF
 #include <TArrayF.h>
@@ -11,5 +15,4 @@
 
 class TRotation;
-
 class MGeomMirror : public MParContainer
 {
@@ -53,5 +56,5 @@
 
     TVector3 GetMirrorCenter() const { return TVector3(fX/100, fY/100, fZ/100); }
-    TVector3 GetMirrorNorm() const   { return TVector3(fXN, fYN, fZN); }
+    TVector3 GetMirrorNorm()   const { return TVector3(fXN, fYN, fZN); }
 
     TVector3 GetReflection(const TVector3 &star, Double_t dist=-1);
