Index: /trunk/Mars/Changelog
===================================================================
--- /trunk/Mars/Changelog	(revision 11872)
+++ /trunk/Mars/Changelog	(revision 11873)
@@ -34,4 +34,7 @@
      - added ../mcore/izstream.h and ../mcore/fits.h to get it into the
        dictionary without the need of a makefile in mcore (yet)
+
+   * mfileio/Makefile, mpedestal/Makefile, mastro/Makefile:
+     - added mcore to include path
 
 
Index: /trunk/Mars/mastro/Makefile
===================================================================
--- /trunk/Mars/mastro/Makefile	(revision 11872)
+++ /trunk/Mars/mastro/Makefile	(revision 11873)
@@ -19,5 +19,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES =  -I. -I../mbase -I../mgeom -I../mtemp -I../mstarcam -I../mhist
+INCLUDES =  -I. -I../mbase -I../mgeom -I../mtemp -I../mstarcam -I../mhist -I../mcore
 # mgeom (MAstroCamera): MGeomCam, MGeomMirror
 
Index: /trunk/Mars/mfileio/Makefile
===================================================================
--- /trunk/Mars/mfileio/Makefile	(revision 11872)
+++ /trunk/Mars/mfileio/Makefile	(revision 11873)
@@ -12,5 +12,5 @@
 
 INCLUDES = -I. -I../mbase -I../mraw -I../mmc -I../mreflector -I../mgui \
-	   -I../mdata -I../mbadpixels -I../msim
+	   -I../mdata -I../mbadpixels -I../msim -I../mcore
 #mraw:       MRawRunHeader (MReadMaraFile)
 #mmc:        MMcRunHeader  (MReadMarsFile)
Index: /trunk/Mars/mpedestal/Makefile
===================================================================
--- /trunk/Mars/mpedestal/Makefile	(revision 11872)
+++ /trunk/Mars/mpedestal/Makefile	(revision 11873)
@@ -21,5 +21,5 @@
 INCLUDES = -I. -I../mbase -I../mgui -I../mraw -I../mmc -I../mgeom \
            -I../msignal -I../manalysis -I../mbadpixels -I../mhcalib \
-           -I../mhbase -I../mcalib -I../mtrigger
+           -I../mhbase -I../mcalib -I../mtrigger -I../mcore
 # MCamEvent
 # MMcPedestalCopy   (MRawRunHeader)
