X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_QuadraticMesh.hxx;h=f6146f8b6e29d4e94720eb64617ddaa96e4a5c1f;hb=370c58a915b61fc63d4bb59c0e5d9ad102c170c1;hp=8b88c93db6a1cd05b5b6d6d08b038beb4c212247;hpb=4ff5bd61540272713e48de1eee75625028c32155;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_QuadraticMesh.hxx b/src/StdMeshers/StdMeshers_QuadraticMesh.hxx index 8b88c93db..f6146f8b6 100644 --- a/src/StdMeshers/StdMeshers_QuadraticMesh.hxx +++ b/src/StdMeshers/StdMeshers_QuadraticMesh.hxx @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -28,6 +28,8 @@ #ifndef _StdMeshers_QuadraticMesh_HXX_ #define _StdMeshers_QuadraticMesh_HXX_ +#include "SMESH_StdMeshers.hxx" + #include "SMESH_Hypothesis.hxx" #include "Utils_SALOME_Exception.hxx" @@ -39,7 +41,7 @@ * The 3D mesher generates quadratic volumes only if all boundary faces * are quadratic ones, else it fails. */ -class StdMeshers_QuadraticMesh:public SMESH_Hypothesis +class STDMESHERS_EXPORT StdMeshers_QuadraticMesh:public SMESH_Hypothesis { public: StdMeshers_QuadraticMesh(int hypId, int studyId, SMESH_Gen * gen);