Index: trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc	(revision 2210)
+++ trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc	(revision 2216)
@@ -40,5 +40,5 @@
 #include "MHillasSrcCalc.h"      // MHillasSrcCalc
 #include "MPedestalCam.h"        // MPedestalCam
-#include "MCerPhotAnal2.h"       // MCerPhotAnal
+#include "MCerPhotAnal.h"        // MCerPhotAnal
 #include "MMcPedestalCopy.h"     // MMcPedestalCopy
 #include "MMcPedestalNSBAdd.h"   // MMcPedestalNSBAdd
@@ -120,5 +120,5 @@
     MMcPedestalCopy   *pcopy = new MMcPedestalCopy;
     MMcPedestalNSBAdd *pdnsb = new MMcPedestalNSBAdd;
-    MCerPhotAnal2     *ncalc = new MCerPhotAnal2;
+    MCerPhotAnal      *ncalc = new MCerPhotAnal;
     MClone            *clone = new MClone("MCerPhotEvt");
     MImgCleanStd      *clean = new MImgCleanStd;
@@ -205,4 +205,5 @@
 //  together with the hillas ellipse or not.
 //
+#include <iostream>
 void MGCamDisplay::UpdateDisplay()
 {
Index: trunk/MagicSoft/Mars/meventdisp/Makefile
===================================================================
--- trunk/MagicSoft/Mars/meventdisp/Makefile	(revision 2210)
+++ trunk/MagicSoft/Mars/meventdisp/Makefile	(revision 2216)
@@ -22,6 +22,6 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../mgeom \
-	   -I../manalysis -I../mfileio -I../mmc -I../mimage
+INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../mgeom -I../mhist \
+	   -I../manalysis -I../mfileio -I../mmc -I../mimage 
 
 #------------------------------------------------------------------------------
