From d762c95a893282fe43115a528e9be01f1fb53c7e Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 7 Oct 2010 16:01:36 +0000 Subject: [PATCH] windows port --- src/MEDCoupling/MEDCouplingNatureOfField.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MEDCoupling/MEDCouplingNatureOfField.hxx b/src/MEDCoupling/MEDCouplingNatureOfField.hxx index bdd28a6db..89f9125e0 100644 --- a/src/MEDCoupling/MEDCouplingNatureOfField.hxx +++ b/src/MEDCoupling/MEDCouplingNatureOfField.hxx @@ -20,6 +20,7 @@ #ifndef __PARAMEDMEM_MEDCOUPLINGNATUREOFFIELD_HXX__ #define __PARAMEDMEM_MEDCOUPLINGNATUREOFFIELD_HXX__ +#include "MEDCoupling.hxx" #include "InterpKernelException.hxx" namespace ParaMEDMEM @@ -36,7 +37,7 @@ namespace ParaMEDMEM class MEDCouplingNatureOfField { public: - static const char *getRepr(NatureOfField nat) throw(INTERP_KERNEL::Exception); + MEDCOUPLING_EXPORT static const char *getRepr(NatureOfField nat) throw(INTERP_KERNEL::Exception); private: static const int NB_OF_POSSIBILITIES=5; static const char *REPR_OF_NATUREOFFIELD[NB_OF_POSSIBILITIES]; -- 2.39.2