Fix build errors on Windows, fix a couple of bugs

This commit is contained in:
wmayer
2012-06-08 18:02:35 +02:00
parent d5c7c1ea45
commit 3e5c374a9b
5 changed files with 10 additions and 5 deletions

View File

@@ -272,6 +272,7 @@ template class PartExport FeaturePythonT<Part::Feature>;
}
// ----------------------------------------------------------------
#include <GProp_GProps.hxx>
#include <BRepGProp.hxx>
#include <gce_MakeLin.hxx>
@@ -318,4 +319,3 @@ std::vector<Part::cutFaces> Part::findAllFacesCutBy(
return result;
}
// --------------------------------------------------------------------