Part: fix regression by commit 289a9bcc8

* Standard_Version.hxx is required for the OCC version check macro
* group sorted header includes by library
This commit is contained in:
wmayer
2022-02-17 11:09:35 +01:00
parent 289a9bcc87
commit b6ebeef6f3

View File

@@ -36,9 +36,7 @@
# include <Poly_Polygon3D.hxx>
# include <Poly_PolygonOnTriangulation.hxx>
# include <Poly_Triangulation.hxx>
# include <QAction>
# include <QMenu>
# include <sstream>
# include <Standard_Version.hxx>
# include <TColgp_Array1OfDir.hxx>
# include <TColgp_Array1OfPnt.hxx>
# include <TColStd_Array1OfInteger.hxx>
@@ -51,6 +49,10 @@
# include <TopoDS_Vertex.hxx>
# include <TopTools_IndexedMapOfShape.hxx>
# include <QAction>
# include <QMenu>
# include <sstream>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/details/SoFaceDetail.h>
# include <Inventor/details/SoLineDetail.h>