From fa030a34a2d35fb7c239fd41df8eaadf53184b75 Mon Sep 17 00:00:00 2001 From: bdm-oslandia Date: Fri, 25 Jul 2025 12:14:38 +0200 Subject: [PATCH] fixup! add SFCGAL sip module --- src/core/geometry/qgssfcgalgeometry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/geometry/qgssfcgalgeometry.h b/src/core/geometry/qgssfcgalgeometry.h index daaf27b33b2..86700ec0531 100644 --- a/src/core/geometry/qgssfcgalgeometry.h +++ b/src/core/geometry/qgssfcgalgeometry.h @@ -17,12 +17,12 @@ * * ***************************************************************************/ -SIP_IF_MODULE( HAVE_SFCGAL_SIP ) - #ifdef WITH_SFCGAL #ifndef QGSSGCGAL_GEOMETRY_H #define QGSSGCGAL_GEOMETRY_H +SIP_IF_MODULE( HAVE_SFCGAL_SIP ) + #include "qgis_core.h" #include "qgis_sip.h" #include "qgsabstractgeometry.h"