Skip to content
Snippets Groups Projects
Commit 72d1d633 authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: fix missing include in otbRandomForestsMachineLearningModel.h

parent 28bc9c95
No related branches found
No related tags found
No related merge requests found
...@@ -27,12 +27,11 @@ ...@@ -27,12 +27,11 @@
#include "itkFixedArray.h" #include "itkFixedArray.h"
#include "otbMachineLearningModel.h" #include "otbMachineLearningModel.h"
#include "itkVariableSizeMatrix.h" #include "itkVariableSizeMatrix.h"
#include "otbCvRTreesWrapper.h"
namespace otb namespace otb
{ {
class CvRTreesWrapper;
template <class TInputValue, class TTargetValue> template <class TInputValue, class TTargetValue>
class ITK_EXPORT RandomForestsMachineLearningModel class ITK_EXPORT RandomForestsMachineLearningModel
: public MachineLearningModel <TInputValue, TTargetValue> : public MachineLearningModel <TInputValue, TTargetValue>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "itkMacro.h" #include "itkMacro.h"
#include "otbRandomForestsMachineLearningModel.h" #include "otbRandomForestsMachineLearningModel.h"
#include "otbOpenCVUtils.h" #include "otbOpenCVUtils.h"
#include "otbCvRTreesWrapper.h"
namespace otb namespace otb
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment