+ move vec_traits into its own module

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5363 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer
2011-12-30 11:45:28 +00:00
parent 00030a71c0
commit dfbea1de96
11 changed files with 103 additions and 59 deletions

View File

@@ -23,9 +23,10 @@
#include "PreCompiled.h"
#include <BRep_Builder.hxx>
#include <Standard_Failure.hxx>
#include <TopoDS_CompSolid.hxx>
#include "Mod/Part/App/TopoShape.h"
#include "TopoShape.h"
// inclusion of the generated files (generated out of TopoShapeCompSolidPy.xml)
#include "TopoShapeSolidPy.h"