From 6cb740a868e8066c7eef777cd6209b346ed1b738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Fri, 26 Jun 2020 15:36:03 +0200 Subject: [PATCH] BUG: fix wrong include --- Modules/IO/IOGDAL/include/otbGDALImageMetadataInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/IO/IOGDAL/include/otbGDALImageMetadataInterface.h b/Modules/IO/IOGDAL/include/otbGDALImageMetadataInterface.h index 3d1435992e..82ad6528af 100644 --- a/Modules/IO/IOGDAL/include/otbGDALImageMetadataInterface.h +++ b/Modules/IO/IOGDAL/include/otbGDALImageMetadataInterface.h @@ -23,7 +23,7 @@ #include "otbImageMetadataInterfaceBase.h" #include "otbMetadataStorageInterface.h" -#include "OTBImageIOExport.h" +#include "OTBIOGDALExport.h" namespace otb { -- GitLab