diff --git a/Modules/Core/Common/include/otbLogger.h b/Modules/Core/Common/include/otbLogger.h index ba43072a199e2a1e29f481dc232022e457017389..32b34b06353366f4c974e701f3fb449ee9bccb90 100644 --- a/Modules/Core/Common/include/otbLogger.h +++ b/Modules/Core/Common/include/otbLogger.h @@ -23,6 +23,7 @@ #include "itkLoggerBase.h" #include "itkLogger.h" +#include "OTBCommonExport.h" namespace otb { @@ -33,7 +34,7 @@ namespace otb { * * \ingroup OTBApplicationEngine */ -class Logger : public itk::Logger +class OTBCommon_EXPORT Logger : public itk::Logger { public: typedef Logger Self;