]> OCCT Git - occt.git/commitdiff
Data Exchange - Add missed headers (#530)
authorikochetkova <irina.kochetkova@opencascade.com>
Wed, 14 May 2025 17:11:12 +0000 (18:11 +0100)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 17:11:12 +0000 (18:11 +0100)
Add headers missed due to enabled BUILD_USE_PCH configure setting

src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafReader.cxx
src/DataExchange/TKDESTEP/GTests/StepTidy_BaseTestFixture.pxx
src/DataExchange/TKDESTEP/GeomToStep/GeomToStep_MakeCartesianTransformationOperator.cxx

index b3b4cbe8809c82100bcef3c5c3c02675c765b12a..8e16905504fd86012a38e68d451a5c857d6443f4 100644 (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>
index 23df1c6937529ecf3850ab5caa762159610a0655..f0ecde20fc06f4508d32f0776ebe9d78bf41eb9f 100644 (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>
index bb4f4c03e1e10cba4843e3e97a45ebfb008888a9..905358e1827d0d2c0f4873207fa8fe119ebb384c 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <GeomToStep_MakeCartesianPoint.hxx>
 #include <GeomToStep_MakeDirection.hxx>
+#include <gp_Trsf.hxx>
 #include <StepGeom_CartesianTransformationOperator3d.hxx>
 
 //=============================================================================