small fix for VS 2013
This commit is contained in:
parent
7499f77f08
commit
6483c66cba
|
@ -22,6 +22,7 @@
|
|||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#include <Base/Tools.h>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <Geom_Surface.hxx>
|
||||
|
@ -64,6 +65,8 @@
|
|||
|
||||
using namespace ModelRefine;
|
||||
|
||||
|
||||
|
||||
void ModelRefine::getFaceEdges(const TopoDS_Face &face, EdgeVectorType &edges)
|
||||
{
|
||||
TopExp_Explorer it;
|
||||
|
|
Loading…
Reference in New Issue
Block a user