+ include missing header file

This commit is contained in:
wmayer 2014-07-15 10:27:02 +02:00
parent bd6a5cea8d
commit a9d1979270
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Bnd_Box.hxx>
# include <Poly_Polygon3D.hxx>
# include <BRepBndLib.hxx>
# include <BRepMesh.hxx>

View File

@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <sstream>
# include <Bnd_Box.hxx>
# include <Poly_Polygon3D.hxx>
# include <BRepBndLib.hxx>
# include <BRepBuilderAPI_MakeVertex.hxx>