diff --git a/Code/Segmentation/otbMeanShiftSegmentationFilter.h b/Code/Segmentation/otbMeanShiftSegmentationFilter.h index 3d31c13adea0776b61bdba3a4ff308c78cef1a7c..7359825da0badb242f2268f06937f2d2cfc67838 100644 --- a/Code/Segmentation/otbMeanShiftSegmentationFilter.h +++ b/Code/Segmentation/otbMeanShiftSegmentationFilter.h @@ -24,7 +24,7 @@ #include "otbLabelImageRegionMergingFilter.h" #include "otbLabelImageRegionPruningFilter.h" #include "itkRelabelComponentImageFilter.h" -#include <itkConnectedComponentFunctorImageFilter.h> +#include "itkConnectedComponentFunctorImageFilter.h" namespace otb {