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
  • Loading branch information
nyalldawson committed Mar 23, 2023
1 parent 46d144d commit ae3cbdd
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 ae3cbdd

Please sign in to comment.