Skip to content

Commit

Permalink
add missing header files for Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 24, 2017
1 parent 43a19ac commit b32c102
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Mod/Part/App/Geom2d/Curve2dPyImp.cpp
Expand Up @@ -26,6 +26,11 @@
# include <sstream>
# include <gp_Dir2d.hxx>
# include <gp_Vec2d.hxx>
# include <gp_Lin.hxx>
# include <gp_Circ.hxx>
# include <gp_Elips.hxx>
# include <gp_Hypr.hxx>
# include <gp_Parab.hxx>
# include <GCPnts_UniformAbscissa.hxx>
# include <GCPnts_UniformDeflection.hxx>
# include <GCPnts_TangentialDeflection.hxx>
Expand Down

0 comments on commit b32c102

Please sign in to comment.