From: <sv...@op...> - 2024-09-23 19:01:47
|
Author: manx Date: Mon Sep 23 21:01:35 2024 New Revision: 21713 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21713 Log: Merged revision(s) 21709 from trunk/OpenMPT: [Fix] mpt/string/buffer.hpp: Add missing include. ........ Modified: branches/OpenMPT-1.30/ (props changed) branches/OpenMPT-1.30/src/mpt/string/buffer.hpp Modified: branches/OpenMPT-1.30/src/mpt/string/buffer.hpp ============================================================================== --- branches/OpenMPT-1.30/src/mpt/string/buffer.hpp Mon Sep 23 21:01:01 2024 (r21712) +++ branches/OpenMPT-1.30/src/mpt/string/buffer.hpp Mon Sep 23 21:01:35 2024 (r21713) @@ -13,6 +13,7 @@ #include <algorithm> #include <array> +#include <iterator> #include <string> #include <string_view> #include <type_traits> |