Salome HOME
Merging with WPdev
[modules/smesh.git] / src / StdMeshers / StdMeshers_LocalLength.hxx
index c283be121afb1a413ef65710b18231212cafc560..79a85df7fdec11580a7d71ccf5cfe5379b1b869c 100644 (file)
 #ifndef _SMESH_LOCALLENGTH_HXX_
 #define _SMESH_LOCALLENGTH_HXX_
 
+#include "SMESH_StdMeshers.hxx"
+
 #include "SMESH_Hypothesis.hxx"
 #include "Utils_SALOME_Exception.hxx"
 
-class StdMeshers_LocalLength:public SMESH_Hypothesis
+class STDMESHERS_EXPORT StdMeshers_LocalLength:public SMESH_Hypothesis
 {
  public:
   StdMeshers_LocalLength(int hypId, int studyId, SMESH_Gen * gen);