From a4f1602b680ab7e09fbfc3689a1641a2a143e263 Mon Sep 17 00:00:00 2001 From: Patrick Imbo <patrick.imbo@c-s.fr> Date: Wed, 3 Nov 2010 12:47:29 +0100 Subject: [PATCH] ENH: missing include to otbMetaDataKey.h --- Code/Projections/otbGenericRSTransform.txx | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Projections/otbGenericRSTransform.txx b/Code/Projections/otbGenericRSTransform.txx index b7dc6ea98c..3c0e2904c6 100644 --- a/Code/Projections/otbGenericRSTransform.txx +++ b/Code/Projections/otbGenericRSTransform.txx @@ -20,6 +20,7 @@ #include "otbGenericRSTransform.h" #include "otbMacro.h" +#include "otbMetaDataKey.h" // #include "projection/ossimMapProjectionFactory.h" // #include "projection/ossimMapProjection.h" #include "itkMetaDataObject.h" -- GitLab