From cee5db5803bd05e4d86a4bfaec5636603cb634a4 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 25 May 2009 12:44:52 +0000 Subject: [PATCH] windows port --- src/INTERP_KERNEL/InterpolationOptions.hxx | 4 +++- src/MEDCoupling/MEDCouplingRefCountObject.hxx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/INTERP_KERNEL/InterpolationOptions.hxx b/src/INTERP_KERNEL/InterpolationOptions.hxx index a18f76d44..3aa5e1cbc 100644 --- a/src/INTERP_KERNEL/InterpolationOptions.hxx +++ b/src/INTERP_KERNEL/InterpolationOptions.hxx @@ -19,6 +19,8 @@ #ifndef __INTERPOLATIONOPTIONS_HXX__ #define __INTERPOLATIONOPTIONS_HXX__ +#include "INTERPKERNELDefines.hxx" + namespace INTERP_KERNEL { typedef enum { Triangulation, Convex, Geometric2D } IntersectionType; @@ -28,7 +30,7 @@ namespace INTERP_KERNEL /// that result from the split. typedef enum { PLANAR_FACE_5 = 5, PLANAR_FACE_6 = 6, GENERAL_24 = 24, GENERAL_48 = 48 } SplittingPolicy; - class InterpolationOptions + class INTERPKERNEL_EXPORT InterpolationOptions { private : int _print_level ; diff --git a/src/MEDCoupling/MEDCouplingRefCountObject.hxx b/src/MEDCoupling/MEDCouplingRefCountObject.hxx index adeb8c74c..d6ec6da01 100644 --- a/src/MEDCoupling/MEDCouplingRefCountObject.hxx +++ b/src/MEDCoupling/MEDCouplingRefCountObject.hxx @@ -19,6 +19,8 @@ #ifndef __PARAMEDMEM_MEDCOUPLINGREFCOUNTOBJECT_HXX__ #define __PARAMEDMEM_MEDCOUPLINGREFCOUNTOBJECT_HXX__ +#include "MEDCoupling.hxx" + namespace ParaMEDMEM { typedef enum @@ -40,7 +42,7 @@ namespace ParaMEDMEM LINEAR_TIME = 6 } TypeOfTimeDiscretization; - class RefCountObject + class MEDCOUPLING_EXPORT RefCountObject { protected: RefCountObject(); -- 2.39.2