From: jfa Date: Tue, 3 Feb 2009 15:37:31 +0000 (+0000) Subject: A patch by Nicolas GEIMER for Gcc 4.3.2 compatibility. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=697120b5461a4c77da0ba89a489f6c64416e5156;p=modules%2Fkernel.git A patch by Nicolas GEIMER for Gcc 4.3.2 compatibility. --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx index 3149d8738..619e22ccc 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx @@ -24,6 +24,8 @@ #include "SALOMEDSImpl_ScalarVariable.hxx" #include "SALOMEDSImpl_GenericVariable.hxx" #include +#include + using namespace std; //============================================================================