head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2025.10.17.08.04.07; author wiz; state Exp; branches; next ; commitid VI3gYN6WcEuKETeG; desc @@ 1.1 log @openmw: fix build with boost 1.89 and gcc 14 @ text @$NetBSD$ Add missing header for std::transform. --- components/vfs/filesystemarchive.cpp.orig 2025-10-17 07:59:11.685470349 +0000 +++ components/vfs/filesystemarchive.cpp @@@@ -4,6 +4,8 @@@@ #include +#include + namespace VFS { @