From 1f11c259f21481e7d22a5fe4bd80f3625a0bf0c7 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe Date: Tue, 15 Dec 2009 18:01:24 +0800 Subject: [PATCH] BUG: add otbMacro include --- Code/FeatureExtraction/otbThresholdImageToPointSetFilter.txx | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/FeatureExtraction/otbThresholdImageToPointSetFilter.txx b/Code/FeatureExtraction/otbThresholdImageToPointSetFilter.txx index 6e7d35ba57..8db768223b 100644 --- a/Code/FeatureExtraction/otbThresholdImageToPointSetFilter.txx +++ b/Code/FeatureExtraction/otbThresholdImageToPointSetFilter.txx @@ -22,6 +22,7 @@ #include "otbThresholdImageToPointSetFilter.h" #include "itkImageRegionConstIterator.h" #include "itkProgressReporter.h" +#include "otbMacro.h" namespace otb { -- GitLab