From 68244490ac86758d6814c2f22c7ea5a534d778f4 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 12 Sep 2022 09:51:31 +0200 Subject: [PATCH] [tuleap30958] : windows porting --- src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx b/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx index 4c980a06..9d90dc9d 100644 --- a/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx +++ b/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx @@ -24,7 +24,7 @@ namespace INTERP_KERNEL { - class LUDecomp + class INTERPKERNEL_EXPORT LUDecomp { private: mcIdType n; -- 2.30.2