1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00

Data Exchange - Add missed headers (#530)

Add headers missed due to enabled BUILD_USE_PCH configure setting
This commit is contained in:
ikochetkova 2025-05-14 18:11:12 +01:00 committed by GitHub
parent 1158cba0df
commit 6aa605ef2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <RWGltf_GltfLatePrimitiveArray.hxx>
#include <TDocStd_Document.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Iterator.hxx>
#include <XCAFDoc_DocumentTool.hxx>
#include <XCAFDoc_ShapeMapTool.hxx>
#include <XCAFDoc_ShapeTool.hxx>

View File

@ -14,6 +14,7 @@
#ifndef _StepTidy_BaseTestFixture_HeaderFile
#define _StepTidy_BaseTestFixture_HeaderFile
#include <gp_XYZ.hxx>
#include <STEPControl_Controller.hxx>
#include <StepGeom_Axis2Placement3d.hxx>
#include <StepGeom_CartesianPoint.hxx>

View File

@ -15,6 +15,7 @@
#include <GeomToStep_MakeCartesianPoint.hxx>
#include <GeomToStep_MakeDirection.hxx>
#include <gp_Trsf.hxx>
#include <StepGeom_CartesianTransformationOperator3d.hxx>
//=============================================================================