step/step_pcb_model.cpp: add missing includes.

This commit is contained in:
jean-pierre charras 2024-04-18 13:55:49 +02:00
parent af8d80d91f
commit 3da5616939
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#include <string_utils.h>
#include <build_version.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_circle.h>
#include "step_pcb_model.h"
#include "streamwrapper.h"
@ -80,6 +81,8 @@
#include <BRepPrimAPI_MakeCylinder.hxx>
#include <BRepTools.hxx>
#include <BRepAlgoAPI_Cut.hxx>
#include <BRepAlgoAPI_Fuse.hxx>
#include <ShapeUpgrade_UnifySameDomain.hxx>
#include <BRepBndLib.hxx>
#include <Bnd_BoundSortBox.hxx>