Skip to content

Commit

Permalink
Assembly: Fix possible build failure with PCH
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 17, 2024
1 parent 6bac37d commit e9c95b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Mod/Assembly/App/PreCompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@

#include <BRepAdaptor_Curve.hxx>
#include <BRepAdaptor_Surface.hxx>
#include <gp_Circ.hxx>
#include <gp_Cylinder.hxx>
#include <gp_Sphere.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Face.hxx>

Expand Down

0 comments on commit e9c95b1

Please sign in to comment.