Skip to content

Commit

Permalink
Fix crash in Fix Geometries algorithm on GEOS < 3.10
Browse files Browse the repository at this point in the history
Fixes #50888
  • Loading branch information
nyalldawson committed Mar 24, 2023
1 parent aba9dfb commit d1d38a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analysis/processing/qgsalgorithmfixgeometries.cpp
Expand Up @@ -18,6 +18,8 @@
#include "qgsalgorithmfixgeometries.h"
#include "qgsvectorlayer.h"

#include <geos_c.h>

///@cond PRIVATE

QString QgsFixGeometriesAlgorithm::name() const
Expand Down

0 comments on commit d1d38a3

Please sign in to comment.