Skip to content

Commit d1d38a3

Browse files
committedMar 24, 2023
Fix crash in Fix Geometries algorithm on GEOS < 3.10
Fixes #50888
1 parent aba9dfb commit d1d38a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/analysis/processing/qgsalgorithmfixgeometries.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#include "qgsalgorithmfixgeometries.h"
1919
#include "qgsvectorlayer.h"
2020

21+
#include <geos_c.h>
22+
2123
///@cond PRIVATE
2224

2325
QString QgsFixGeometriesAlgorithm::name() const

0 commit comments

Comments
 (0)
Please sign in to comment.