From: eap Date: Wed, 29 Jun 2016 13:24:51 +0000 (+0300) Subject: Fix compilation after changes in SMESH headers X-Git-Tag: V8_1_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a654e7be77b86ba911b7464199fe38aeee1378d5;p=plugins%2Fhexablockplugin.git Fix compilation after changes in SMESH headers --- diff --git a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx index 9a8fe1d..2357fa6 100755 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx @@ -32,10 +32,11 @@ #include +#include "SMESHDS_Mesh.hxx" #include "SMESH_Gen.hxx" #include "SMESH_Mesh.hxx" -#include "SMESH_subMesh.hxx" #include "SMESH_MesherHelper.hxx" +#include "SMESH_subMesh.hxx" #include "HEXABLOCKPlugin_mesh.hxx" diff --git a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx index 6c1354e..0d7f1ba 100755 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx @@ -26,8 +26,9 @@ #include #include "HEXABLOCKPlugin_Defs.hxx" -#include "SMESH_Mesh.hxx" +#include "SMESHDS_Mesh.hxx" #include "SMESH_Group.hxx" +#include "SMESH_Mesh.hxx" #include "hexa_base.hxx" // from HexaBlocks #include "HexFaceShape.hxx" // from HexaBlocks