+ 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

@@ -26,6 +26,7 @@
#ifndef _PreComp_
# include <sstream>
# include <BRep_Builder.hxx>
# include <Standard_Failure.hxx>
# include <TopoDS_Compound.hxx>
#endif