Salome HOME
Fix compilation problem
authorvsr <vsr@opencascade.com>
Thu, 8 Aug 2013 08:29:15 +0000 (08:29 +0000)
committervsr <vsr@opencascade.com>
Thu, 8 Aug 2013 08:29:15 +0000 (08:29 +0000)
src/SMESHGUI/SMESHGUI_Utils.h

index 9034ee2b1e8414fb9487f1819d8aa2a50e93aeb9..49a98c2d2952f657619b99d83f289921dfb8c6f6 100644 (file)
@@ -44,6 +44,9 @@
 //OCC includes
 #include <gp_XYZ.hxx>
 
+#include <SALOMEconfig.h>
+#include CORBA_CLIENT_HEADER(SMESH_Mesh)
+
 class SUIT_ViewWindow;
 class SUIT_Desktop;
 class SUIT_Study;