Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7701)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7702)
@@ -84,4 +84,7 @@
      - added th epossibility to change the MC flux
 
+   * mjtrain/Makefile:
+     - added include path for mpointing and mimage
+
 
 
Index: /trunk/MagicSoft/Mars/mjtrain/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mjtrain/Makefile	(revision 7701)
+++ /trunk/MagicSoft/Mars/mjtrain/Makefile	(revision 7702)
@@ -21,5 +21,6 @@
 INCLUDES = -I. -I../mbase -I../mhbase -I../mfbase -I../mdata -I../mfileio \
            -I../manalysis -I../mfilter -I../mjobs -I../mtools \
-           -I../mranforest -I../mhflux -I../mmc -I../mhist
+           -I../mranforest -I../mhflux -I../mmc -I../mhist -I../mpointing \
+           -I../mimage
 
 SRCFILES = MJTrainRanForest.cc \
