]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
windows port
authoradam <adam>
Thu, 7 Oct 2010 16:01:36 +0000 (16:01 +0000)
committeradam <adam>
Thu, 7 Oct 2010 16:01:36 +0000 (16:01 +0000)
src/MEDCoupling/MEDCouplingNatureOfField.hxx

index bdd28a6dbde12b2a1660b3d8ee175ec3ebf88938..89f9125e03eb95b66a3070fc4b993e96f88cbc7d 100644 (file)
@@ -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];