From: vsr Date: Thu, 26 Nov 2015 15:37:27 +0000 (+0300) Subject: Fix compilation pb (add missing include) X-Git-Tag: simple_cmake~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f9f203bcc05be3d2ee69fbb8abbc733827223655;p=tools%2Fmedcoupling.git Fix compilation pb (add missing include) --- diff --git a/src/MEDLoader/Test/MEDLoaderTest.cxx b/src/MEDLoader/Test/MEDLoaderTest.cxx index dd5ede565..0eb08c206 100644 --- a/src/MEDLoader/Test/MEDLoaderTest.cxx +++ b/src/MEDLoader/Test/MEDLoaderTest.cxx @@ -26,6 +26,7 @@ #include "MEDCouplingMemArray.hxx" #include +#include using namespace ParaMEDMEM;