1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Coding - Missing include in TopoDSToStep_Builder.hxx #179

This commit is contained in:
dpasukhi 2024-12-04 17:26:08 +00:00
parent 3998181768
commit 1c94e9e877

View File

@ -21,9 +21,10 @@
#include <Standard_DefineAlloc.hxx>
#include <Standard_Handle.hxx>
#include <Message_ProgressRange.hxx>
#include <StepData_Factors.hxx>
#include <TopoDSToStep_BuilderError.hxx>
#include <TopoDSToStep_Root.hxx>
#include <Message_ProgressRange.hxx>
class StepShape_TopologicalRepresentationItem;
class StepVisual_TessellatedItem;