Skip to content
Snippets Groups Projects
Commit 221e4a0c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG: add labelmap.h include to binaryimagetolabelmapfilter and otbmacro.h to convolutionimagefilter

parent cb78965e
Branches
Tags
No related merge requests found
......@@ -27,6 +27,8 @@
#include "itkProgressReporter.h"
#include "itkConstantBoundaryCondition.h"
#include "otbMacro.h"
namespace otb
{
......
......@@ -26,6 +26,9 @@
#include "itkProgressReporter.h"
#include "itkBarrier.h"
//PATCH OTB
#include "itkLabelMap.h"
namespace itk
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment