From: Paul RASCLE Date: Mon, 12 Mar 2018 13:41:04 +0000 (+0100) Subject: fix compilation with gcc6.3 X-Git-Tag: V8_5_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7d0915c3c8a2ff4c13e9c80e92aad5d0d790285a;p=tools%2Fmedcoupling.git fix compilation with gcc6.3 --- diff --git a/src/MEDLoader/MEDFileBlowStrEltUp.cxx b/src/MEDLoader/MEDFileBlowStrEltUp.cxx index 9601a4a5c..a502625d6 100644 --- a/src/MEDLoader/MEDFileBlowStrEltUp.cxx +++ b/src/MEDLoader/MEDFileBlowStrEltUp.cxx @@ -23,6 +23,7 @@ #include "MEDFileFieldVisitor.hxx" #include "MEDCouplingPartDefinition.hxx" #include "MCAuto.txx" +#include using namespace MEDCoupling;