Archived issue #0022754

missing include in BRepBlend_BlendTool

CommunityOCCT:Codingclosed3 public notes

Search issues

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.

Public activity

3 archived notes

Participants are labeled by their role within this record.

01Commenter 1
I added forgotten include

#include <Adaptor3d_HVertex.hxx>

to file \src\BRepBlend\BRepBlend_BlendTool.lxx
02Commenter 2
No remarks.
03Commenter 1
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