From c3bd0ecca4272f320432de01443b5beb75661e92 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Tue, 24 Mar 2015 10:14:24 +0100 Subject: [PATCH] COMP: missing header --- .../Segmentation/Labelling/include/otbLabeledOutputAccessor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h b/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h index 36d84c4af7..7c2edab223 100644 --- a/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h +++ b/Modules/Segmentation/Labelling/include/otbLabeledOutputAccessor.h @@ -21,6 +21,8 @@ #ifndef __otbLabeledOutputAccessor_h #define __otbLabeledOutputAccessor_h +#include "itkMacro.h" + namespace otb { -- GitLab