Commit 1df9f3f7 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

COMP: move include to ignore warnings from shark

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,6 @@
#include "otbLearningApplicationBase.h"
#include "otbSharkKMeansMachineLearningModel.h"
#include "otbStatisticsXMLFileReader.h"
#include "shark/Models/Normalizer.h"
namespace otb
{
......
......@@ -48,6 +48,7 @@
#include "shark/Models/Clustering/Centroids.h"
#include "shark/Models/Clustering/ClusteringModel.h"
#include "shark/Algorithms/KMeans.h"
#include "shark/Models/Normalizer.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic pop
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment