diff --git a/Modules/Applications/AppClassification/include/otbTrainSharkKMeans.hxx b/Modules/Applications/AppClassification/include/otbTrainSharkKMeans.hxx index 44f5faf8fb7b3683604ea2b88f9a0fab6ff76bfb..d56a83c81552a319ccf26195f318c0e5a5948022 100644 --- a/Modules/Applications/AppClassification/include/otbTrainSharkKMeans.hxx +++ b/Modules/Applications/AppClassification/include/otbTrainSharkKMeans.hxx @@ -23,7 +23,6 @@ #include "otbLearningApplicationBase.h" #include "otbSharkKMeansMachineLearningModel.h" #include "otbStatisticsXMLFileReader.h" -#include "shark/Models/Normalizer.h" namespace otb { diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h index bf0b89391cd5b205ace3cebc3879f80ff0f1cca2..24c0e33c08e298e2cea4b605388ba4540938d121 100644 --- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h +++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h @@ -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