From 3692bd4a82262d44e5d6376e560bab45db733c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Mon, 23 Sep 2024 18:58:20 +0000 Subject: [PATCH] [Fix] mpt/string/buffer.hpp: Add missing include. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21709 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- src/mpt/string/buffer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mpt/string/buffer.hpp b/src/mpt/string/buffer.hpp index eafa65c76aa..f36f3e6cbb5 100644 --- a/src/mpt/string/buffer.hpp +++ b/src/mpt/string/buffer.hpp @@ -14,6 +14,7 @@ #include #include +#include #include #include #include