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

BUG: fix forward declaration in wrong namespace

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