Skip to content

Commit

Permalink
CoordinateSequenceFilter.h: Include cstddef for size_t. (#1181)
Browse files Browse the repository at this point in the history
Breaks on some funky build setups.
  • Loading branch information
schwehr authored Oct 8, 2024
1 parent 928feee commit 351221a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/geos/geom/CoordinateSequenceFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <geos/export.h>

#include <cassert>
#include <cstddef>

// Forward declarations
namespace geos {
Expand Down

0 comments on commit 351221a

Please sign in to comment.