add missing header files for Linux build

This commit is contained in:
wmayer 2017-02-24 15:07:31 +01:00
parent 43a19ac8cc
commit b32c102f0f

View File

@ -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>