diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index 3a75713fe2e9d21a7035e5f979bbebbc2cd22073..abee54e7e45a261a23c424b0d73f1d42842324ef 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -14,8 +14,15 @@ #include <map> #include <sstream> #include <vector> -#include "MElement.h" #include "MVertex.h" +#include "MPoint.h" +#include "MLine.h" +#include "MTriangle.h" +#include "MQuadrangle.h" +#include "MTetrahedron.h" +#include "MHexahedron.h" +#include "MPrism.h" +#include "MPyramid.h" #include "discreteVertex.h" extern "C" {