head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @// @; 1.1 date 2025.08.19.11.29.40; author wiz; state Exp; branches; next ; commitid nQ3fMUof4vJOGk7G; desc @@ 1.1 log @openfodder: add missing header to fix build on NetBSD 11.99.1 @ text @$NetBSD$ Add missing include for size_t. --- Source/Utils/SimplexIslands.hpp.orig 2025-08-19 11:27:16.517137426 +0000 +++ Source/Utils/SimplexIslands.hpp @@@@ -15,6 +15,7 @@@@ * */ #include +#include #include struct Grad { @