From c15573845a20d05592685732dc218602ec4f37c1 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 20 Sep 2010 09:26:48 +0000 Subject: [PATCH] windows --- src/MEDCoupling/MEDCouplingGaussLocalization.hxx | 3 ++- src/MEDLoader/MEDLoaderBase.hxx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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); -- 2.39.2