From: adam Date: Mon, 20 Sep 2010 09:26:48 +0000 (+0000) Subject: windows X-Git-Tag: V5_1_main_FINAL~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c15573845a20d05592685732dc218602ec4f37c1;p=tools%2Fmedcoupling.git windows --- diff --git a/src/MEDCoupling/MEDCouplingGaussLocalization.hxx b/src/MEDCoupling/MEDCouplingGaussLocalization.hxx index 05a840b33..791e24355 100644 --- a/src/MEDCoupling/MEDCouplingGaussLocalization.hxx +++ b/src/MEDCoupling/MEDCouplingGaussLocalization.hxx @@ -20,6 +20,7 @@ #ifndef __PARAMEDMEM_MEDCOUPLINGGAUSSLOCALIZATION_HXX__ #define __PARAMEDMEM_MEDCOUPLINGGAUSSLOCALIZATION_HXX__ +#include "MEDCoupling.hxx" #include "NormalizedUnstructuredMesh.hxx" #include "InterpKernelException.hxx" @@ -29,7 +30,7 @@ namespace ParaMEDMEM { class MEDCouplingMesh; - class MEDCouplingGaussLocalization + class MEDCOUPLING_EXPORT MEDCouplingGaussLocalization { public: MEDCouplingGaussLocalization(INTERP_KERNEL::NormalizedCellType type, const std::vector& refCoo, diff --git a/src/MEDLoader/MEDLoaderBase.hxx b/src/MEDLoader/MEDLoaderBase.hxx index fc45856da..09e0c5850 100644 --- a/src/MEDLoader/MEDLoaderBase.hxx +++ b/src/MEDLoader/MEDLoaderBase.hxx @@ -20,11 +20,12 @@ #ifndef __MEDLOADERBASE_HXX__ #define __MEDLOADERBASE_HXX__ +#include "MEDLoaderDefines.hxx" #include "InterpKernelException.hxx" #include -class MEDLoaderBase +class MEDLOADER_EXPORT MEDLoaderBase { public: static int getStatusOfFile(const char *fileName);