From 63aa07610a5f239bf4e99bd55959ad441a535047 Mon Sep 17 00:00:00 2001 From: Grizonnet Manuel <manuel.grizonnet@cnes.fr> Date: Mon, 2 Nov 2015 15:41:30 +0100 Subject: [PATCH] BUG: missing header itkNumericTraits in VectorDataKeywordList --- Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx b/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx index 9b5463d604..90737a9d85 100644 --- a/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx +++ b/Modules/Core/VectorDataBase/src/otbVectorDataKeywordlist.cxx @@ -21,6 +21,7 @@ #include "otbVectorDataKeywordlist.h" #include "otbConfigure.h" +#include "itkNumericTraits.h" namespace otb { -- GitLab