1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

Fix compilation errors for mfc samples.

This commit is contained in:
oan
2014-07-11 11:02:27 +04:00
committed by apn
parent 1aa6b1c9e2
commit 9a148b08df
7 changed files with 19 additions and 21 deletions

View File

@@ -89,6 +89,7 @@
#include <Aspect_Window.hxx>
#include <Aspect_Background.hxx>
#include <BRepMesh_IncrementalMesh.hxx>
#include <BRepAlgo.hxx>
#include <BRep_Builder.hxx>
#include <BRepBuilderAPI_MakeVertex.hxx>
@@ -100,7 +101,6 @@
#include <BndLib_Add3dCurve.hxx>
#include <BndLib_AddSurface.hxx>
#include <BRep_Tool.hxx>
#include <BRepMesh.hxx>
#include <DsgPrs_LengthPresentation.hxx>
#include <FairCurve_Batten.hxx>