Archived issue #0022754
missing include in BRepBlend_BlendTool
Description
Post from the Forum (Denis Barbier)- http://www.opencascade.org/org/forum/thread_21963/.
"Without this patch, the simple program below does not compile:
#include<BRepBlend_AppFunc.hxx>
#include<BRepBlend_BlendTool.hxx>
Patch and report by Thomas Paviot."
It concerns Linux OS. To be checked.
Patch is attached.
"Without this patch, the simple program below does not compile:
#include<BRepBlend_AppFunc.hxx>
#include<BRepBlend_BlendTool.hxx>
Patch and report by Thomas Paviot."
It concerns Linux OS. To be checked.
Patch is attached.
Public activity
3 archived notes
Participants are labeled by their role within this record.
I added forgotten include
#include <Adaptor3d_HVertex.hxx>
to file \src\BRepBlend\BRepBlend_BlendTool.lxx
#include <Adaptor3d_HVertex.hxx>
to file \src\BRepBlend\BRepBlend_BlendTool.lxx
No remarks.
Dear Commenter 2,
Branch CR22754 (and products from GIT master) was compiled on Linux and Windows platforms and tested.
Regression:
Not detected
Improvements:
Not detected
Testing case:
Not needed
Branch CR22754 (and products from GIT master) was compiled on Linux and Windows platforms and tested.
Regression:
Not detected
Improvements:
Not detected
Testing case:
Not needed