Skip to content
Snippets Groups Projects
Commit f2876b15 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

BUG: dll export for MSVC

parent 4613d43a
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#define otbSoilDataBase_h
#include "OTBSimulationExport.h"
#include "itkMacro.h"
#include <vector>
#include <unordered_map>
#include <string>
......@@ -30,7 +31,7 @@
namespace otb
{
class OTBSimulation_EXPORT SoilDataBase
class ITK_ABI_EXPORT SoilDataBase
{
public:
//wavelength in nm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment