Salome HOME
First executable version
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshUtils.h
index 011de3404b140d2ea880454a79417744682c523c..e943ac1e02f77be332e30af52db3789511c94c01 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef SMESHGUI_MeshUtils_HeaderFile
 #define SMESHGUI_MeshUtils_HeaderFile
 
+#include "SMESH_SMESHGUI.hxx"
+
 #include "SALOME_InteractiveObject.hxx"
 
 #include "SALOMEconfig.h"
@@ -28,6 +30,7 @@
 
 namespace SMESH{
 
+SMESHGUI_EXPORT
   SMESH_Mesh_var GetMeshByIO(const Handle(SALOME_InteractiveObject)& theIO);
 
 }