From: Anthony Geay Date: Fri, 7 Oct 2022 13:49:07 +0000 (+0200) Subject: Make it work with debian9 native g++ version 6.3.0 X-Git-Tag: V9_10_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8e7228ef4780021ee16abaee7b987efaace8f208;p=tools%2Fmedcoupling.git Make it work with debian9 native g++ version 6.3.0 --- diff --git a/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.cxx b/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.cxx index 3416e5ad2..e64ca3fc4 100644 --- a/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.cxx +++ b/src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.cxx @@ -22,6 +22,7 @@ #include "InterpKernelLUDecomp.hxx" #include "InterpKernelException.hxx" +#include #include using namespace INTERP_KERNEL;