From: <sv...@op...> - 2024-12-20 12:09:40
|
Author: manx Date: Fri Dec 20 13:09:16 2024 New Revision: 22586 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22586 Log: [Fix] mpt/string/buffer.hpp: Add missing include. Modified: trunk/OpenMPT/src/mpt/string/buffer.hpp Modified: trunk/OpenMPT/src/mpt/string/buffer.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/string/buffer.hpp Fri Dec 20 09:23:41 2024 (r22585) +++ trunk/OpenMPT/src/mpt/string/buffer.hpp Fri Dec 20 13:09:16 2024 (r22586) @@ -6,6 +6,7 @@ #include "mpt/base/detect.hpp" +#include "mpt/base/macros.hpp" #include "mpt/base/namespace.hpp" #include "mpt/base/saturate_cast.hpp" #include "mpt/detect/mfc.hpp" |