Salome HOME
feat: new crackAlong method
[tools/medcoupling.git] / src / MEDLoader / Test / MEDLoaderTest.cxx
index 0d1add2c1b986b70f3c8fa7e2677a419947e9fdc..5d1c77ddb147dac736f2b9ae846534e3da945200 100644 (file)
@@ -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 <cmath>
+#include <algorithm>
 #include <numeric>
 
 using namespace MEDCoupling;
@@ -1569,6 +1571,3 @@ MEDCouplingFieldDouble *MEDLoaderTest::buildVecFieldOnGaussNE_1()
   m->decrRef();
   return f;
 }
-
-
-