Index: trunk/zoo-project/zoo-kernel/otbZooWatcher.cxx
===================================================================
--- trunk/zoo-project/zoo-kernel/otbZooWatcher.cxx	(revision 936)
+++ trunk/zoo-project/zoo-kernel/otbZooWatcher.cxx	(revision 937)
@@ -16,4 +16,5 @@
 =========================================================================*/
 #include "otbZooWatcher.h"
+#include "otbConfigure.h"
 #include "service_internal.h"
 
@@ -52,5 +53,7 @@
 ::StartFilter()
 {
+#if OTB_VERSION_MAJOR < 6 
   m_TimeProbe.Start();
+#endif
 }
 
@@ -59,4 +62,5 @@
 ::EndFilter()
 {
+#if OTB_VERSION_MAJOR < 6 
   m_TimeProbe.Stop();
   std::ostringstream elapsedTime;
@@ -68,3 +72,4 @@
             << " seconds)"
             << std::endl;
+#endif
 }
