Skip to content

Commit

Permalink
Sketcher: [skip ci] fix changing multiplicity of a spline for Windows…
Browse files Browse the repository at this point in the history
… builds if PCH is enabled
  • Loading branch information
wwmayer committed Oct 23, 2020
1 parent aeb0c17 commit 3415401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Sketcher/Gui/PreCompiled.h
Expand Up @@ -76,7 +76,7 @@
#endif

// OCC
#include <TopoDS_Shape.hxx>
#include <Standard_Version.hxx>
#include <GC_MakeEllipse.hxx>
#include <BRep_Tool.hxx>
#include <gp_Pnt.hxx>
Expand All @@ -87,6 +87,7 @@
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Vertex.hxx>

// Qt Toolkit
Expand Down

0 comments on commit 3415401

Please sign in to comment.