From: rnv Date: Tue, 5 Jul 2011 13:45:30 +0000 (+0000) Subject: Porting SALOME 6.3.1 on windows platform. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=52e8e2bd5d40f315e46080562df17180dc29d453;p=tools%2Fmedcoupling.git Porting SALOME 6.3.1 on windows platform. --- diff --git a/src/INTERP_KERNEL/Interpolation2DCurve.hxx b/src/INTERP_KERNEL/Interpolation2DCurve.hxx index 0077fa3b8..8a3f09b2a 100644 --- a/src/INTERP_KERNEL/Interpolation2DCurve.hxx +++ b/src/INTERP_KERNEL/Interpolation2DCurve.hxx @@ -25,7 +25,7 @@ namespace INTERP_KERNEL { - class Interpolation2DCurve : public InterpolationCurve + class INTERPKERNEL_EXPORT Interpolation2DCurve : public InterpolationCurve { public: Interpolation2DCurve(); diff --git a/src/INTERP_KERNEL/Interpolation3D.cxx b/src/INTERP_KERNEL/Interpolation3D.cxx index 70e249140..d5c9f6c86 100644 --- a/src/INTERP_KERNEL/Interpolation3D.cxx +++ b/src/INTERP_KERNEL/Interpolation3D.cxx @@ -18,6 +18,7 @@ // #include "Interpolation3D.hxx" +#include "Interpolation3D.txx" namespace INTERP_KERNEL {