small fix for VS 2013

This commit is contained in:
jriegel 2014-11-22 12:46:10 +01:00
parent 7499f77f08
commit 6483c66cba

View File

@ -22,6 +22,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#include <Base/Tools.h>
#include <algorithm> #include <algorithm>
#include <iterator> #include <iterator>
#include <Geom_Surface.hxx> #include <Geom_Surface.hxx>
@ -64,6 +65,8 @@
using namespace ModelRefine; using namespace ModelRefine;
void ModelRefine::getFaceEdges(const TopoDS_Face &face, EdgeVectorType &edges) void ModelRefine::getFaceEdges(const TopoDS_Face &face, EdgeVectorType &edges)
{ {
TopExp_Explorer it; TopExp_Explorer it;