[geos-commits] [SCM] GEOS branch main updated. 351221a88ab514f70cfda6f4e084b16b78f2421b

git at osgeo.org git at osgeo.org
Tue Oct 8 07:20:07 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  351221a88ab514f70cfda6f4e084b16b78f2421b (commit)
      from  928feeeac7bb1cde9330c1cae56bc4f6860680cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 351221a88ab514f70cfda6f4e084b16b78f2421b
Author: Kurt Schwehr <schwehr at google.com>
Date:   Tue Oct 8 07:19:47 2024 -0700

    CoordinateSequenceFilter.h: Include cstddef for size_t. (#1181)
    
    Breaks on some funky build setups.

diff --git a/include/geos/geom/CoordinateSequenceFilter.h b/include/geos/geom/CoordinateSequenceFilter.h
index cb9243558..481255cf9 100644
--- a/include/geos/geom/CoordinateSequenceFilter.h
+++ b/include/geos/geom/CoordinateSequenceFilter.h
@@ -21,6 +21,7 @@
 #include <geos/export.h>
 
 #include <cassert>
+#include <cstddef>
 
 // Forward declarations
 namespace geos {

-----------------------------------------------------------------------

Summary of changes:
 include/geos/geom/CoordinateSequenceFilter.h | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list