From eb111e9d16a7cad710324b35887c633561cf4fae Mon Sep 17 00:00:00 2001 From: Ludovic Hussonnois <ludovic.hussonnois@c-s.fr> Date: Wed, 19 Apr 2017 12:38:31 +0200 Subject: [PATCH] COMP: Add missing boost headers. --- .../Unsupervised/include/otbSharkKMeansMachineLearningModel.h | 1 + .../Unsupervised/include/otbSharkKMeansMachineLearningModel.txx | 1 + 2 files changed, 2 insertions(+) diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h index 3084b2503e..ef74d52f40 100644 --- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h +++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.h @@ -20,6 +20,7 @@ #ifndef otbSharkKMeansMachineLearningModel_h #define otbSharkKMeansMachineLearningModel_h +#include "boost/shared_ptr.hpp" #include "itkLightObject.h" #include "otbMachineLearningModel.h" diff --git a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.txx b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.txx index 96c12ae86d..9dd43948a7 100644 --- a/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.txx +++ b/Modules/Learning/Unsupervised/include/otbSharkKMeansMachineLearningModel.txx @@ -21,6 +21,7 @@ #define otbSharkKMeansMachineLearningModel_txx #include <fstream> +#include "boost/make_shared.hpp" #include "itkMacro.h" #include "otbSharkKMeansMachineLearningModel.h" -- GitLab