small fix for VS 2013

This commit is contained in:
jriegel
2014-11-22 12:46:10 +01:00
parent 8f34919c64
commit dc5c15c926

View File

@@ -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;