From: mpa Date: Wed, 24 Feb 2016 14:00:43 +0000 (+0300) Subject: OCCT 7.0.0 porting X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=21a2158c8aa1862798535e117709972fa1b285cc;p=plugins%2Fnetgenplugin.git OCCT 7.0.0 porting --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.hxx b/src/NETGENPlugin/NETGENPlugin_Mesher.hxx index a5ca8a1..de9c603 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.hxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.hxx @@ -36,6 +36,8 @@ #include #include +#include + namespace nglib { #include } @@ -49,7 +51,6 @@ class SMESH_Comment; class SMESH_Mesh; class SMESH_MesherHelper; class TopoDS_Shape; -class TopTools_IndexedMapOfShape; class NETGENPlugin_Hypothesis; class NETGENPlugin_SimpleHypothesis_2D; class NETGENPlugin_Internals;