From 7d0915c3c8a2ff4c13e9c80e92aad5d0d790285a Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Mon, 12 Mar 2018 14:41:04 +0100 Subject: [PATCH] fix compilation with gcc6.3 --- src/MEDLoader/MEDFileBlowStrEltUp.cxx | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2