Index: /trunk/MagicSoft/Mars/mbase/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mbase/Makefile	(revision 1159)
+++ /trunk/MagicSoft/Mars/mbase/Makefile	(revision 1160)
@@ -20,5 +20,5 @@
 # @endcode 
 
-INCLUDES = -I.
+INCLUDES = -I. -I../mraw -I../MRawFormat
 
 # @code 
Index: /trunk/MagicSoft/Mars/mraw/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mraw/Makefile	(revision 1159)
+++ /trunk/MagicSoft/Mars/mraw/Makefile	(revision 1160)
@@ -22,5 +22,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase
+INCLUDES = -I. -I../mbase -I../MBase
 
 #------------------------------------------------------------------------------
Index: /trunk/MagicSoft/include-Classes/MMcFormat/Makefile
===================================================================
--- /trunk/MagicSoft/include-Classes/MMcFormat/Makefile	(revision 1159)
+++ /trunk/MagicSoft/include-Classes/MMcFormat/Makefile	(revision 1160)
@@ -20,5 +20,5 @@
 # @endcode 
 
-INCLUDES = -I.  -I../mbase
+INCLUDES = -I.  -I../mbase -I../MBase
 
 # @code 
