]> OCCT Git - occt.git/commitdiff
0032958: Coding - problem compile OCCT on Debian80-64 and MacOS-x86_64 with debugging...
authoraml <aml@opencascade.com>
Wed, 4 May 2022 08:11:00 +0000 (11:11 +0300)
committersmoskvin <smoskvin@opencascade.com>
Wed, 4 May 2022 18:10:02 +0000 (21:10 +0300)
Add missing include.

src/GeomFill/GeomFill_Pipe.cxx

index af4aa4e1d333108a6a0951b261db36e28ae9f968..2f9c759747ef742e884007f4919213eee54a1a89 100644 (file)
@@ -29,6 +29,7 @@
 #include <Approx_SweepApproximation.hxx>
 #include <ElCLib.hxx>
 #include <Geom2dAdaptor_Curve.hxx>
+#include <Geom_BSplineCurve.hxx>
 #include <Geom_BSplineSurface.hxx>
 #include <Geom_Circle.hxx>
 #include <Geom_Curve.hxx>