Skip to content
Snippets Groups Projects
Commit 1017bc05 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

COMP: fix compilation issue linked to include cleaning

parent 21c66635
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
#include "otbRemoteSensingRegion.h"
#include "otbDEMHandler.h"
#include "itkMacro.h"
#include "itkPreOrderTreeIterator.h"
namespace otb
{
......
......@@ -22,6 +22,7 @@
#define __otbSimpleRcsPanSharpeningFusionImageFilter_h
#include "otbConvolutionImageFilter.h"
#include "otbImage.h"
#include "itkTernaryFunctorImageFilter.h"
#include "itkProgressAccumulator.h"
......
......@@ -16,6 +16,7 @@
=========================================================================*/
#include "otbMachineLearningModelFactory.h"
#include "otbConfigure.h"
#ifdef OTB_USE_OPENCV
#include "otbKNearestNeighborsMachineLearningModelFactory.h"
......
......@@ -20,6 +20,7 @@
#include "otbSVMModel.h"
#include "otbMacro.h"
#include <algorithm>
namespace otb
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment