diff --git a/Code/Projections/otbOrthoRectificationFilter.h b/Code/Projections/otbOrthoRectificationFilter.h
index 4b002e68f8c83604f773e34c3386d30e1003f433..c0726f0e3a0d35ed6b0593fb3ca42fb992814e79 100644
--- a/Code/Projections/otbOrthoRectificationFilter.h
+++ b/Code/Projections/otbOrthoRectificationFilter.h
@@ -23,6 +23,7 @@
 #include <stdio.h>
 
 #include "otbMapProjection.h"
+#include "otbInverseSensorModel.h"
 #include "otbStreamingResampleImageFilter.h"
 #include "otbCompositeTransform.h"
 #include "otbInverseSensorModel.h"
diff --git a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
index f6f2e7d738e7527a6643d353082da6410b8913b9..cde2ccb09e1629333d5d8903f0fd7a946c7867fd 100755
--- a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx
@@ -76,12 +76,11 @@
 //
 // Let's look at the minimal code required to use this algorithm. First, the following header 
 // defining the \doxygen{otb}{MultiChannelRAndBAndNIRVegetationIndexImageFilter} 
-// and the  \doxygen{otb}{VegetationIndex} (that contains the ARVI) classes must be included.
+// class must be included.
 // Software Guide : EndLatex 
 
 // Software Guide : BeginCodeSnippet
 #include "otbMultiChannelRAndBAndNIRVegetationIndexImageFilter.h"
-#include "otbVegetationIndex.h"
 // Software Guide : EndCodeSnippet
 
 
diff --git a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx
index 48b52efda1b706ad83ebf068afe920de6eb40ed2..bfe4fca65dea97d1593a8ab4fd0c6e128e6b00f3 100755
--- a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx
+++ b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx
@@ -52,12 +52,11 @@
 //
 // Let's look at the minimal code required to use this algorithm. First, the following header 
 // defining the \doxygen{otb}{RAndNIRVegetationIndexImageFilter} 
-// and the \doxygen{otb}{VegetationIndex} (that contains the ARVI) classes must be included.
+// class must be included.
 // Software Guide : EndLatex 
 
 // Software Guide : BeginCodeSnippet
 #include "otbRAndNIRVegetationIndexImageFilter.h"
-#include "otbVegetationIndex.h"
 // Software Guide : EndCodeSnippet