X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FTest%2FMEDLoaderTest.cxx;fp=src%2FMEDLoader%2FTest%2FMEDLoaderTest.cxx;h=5d1c77ddb147dac736f2b9ae846534e3da945200;hb=3ccbd6672d4cab9ddd873774deb1276b43ccb621;hp=0d1add2c1b986b70f3c8fa7e2677a419947e9fdc;hpb=1b746b38f3cdeae6654a9501f37fde5e56e59288;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/Test/MEDLoaderTest.cxx b/src/MEDLoader/Test/MEDLoaderTest.cxx index 0d1add2c1..5d1c77ddb 100644 --- a/src/MEDLoader/Test/MEDLoaderTest.cxx +++ b/src/MEDLoader/Test/MEDLoaderTest.cxx @@ -19,6 +19,7 @@ // Author : Anthony Geay (CEA/DEN) #include "MEDLoaderTest.hxx" +#include "MEDCouplingCMesh.hxx" #include "MEDLoader.hxx" #include "MEDLoaderBase.hxx" #include "MEDCouplingUMesh.hxx" @@ -27,8 +28,9 @@ #include "MEDCouplingFieldInt64.hxx" #include "MEDCouplingMemArray.hxx" #include "TestInterpKernelUtils.hxx" // getResourceFile() +#include "MEDFileMesh.hxx" -#include +#include #include using namespace MEDCoupling; @@ -1569,6 +1571,3 @@ MEDCouplingFieldDouble *MEDLoaderTest::buildVecFieldOnGaussNE_1() m->decrRef(); return f; } - - -