From 032f08d5de264c9537726dede53bf49a443401c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Wed, 25 Sep 2024 12:58:57 +0000 Subject: [PATCH] [Fix] openmpt123: Add missing include. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21748 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- openmpt123/openmpt123_stdio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmpt123/openmpt123_stdio.hpp b/openmpt123/openmpt123_stdio.hpp index 58efd81983..26342d5e7b 100644 --- a/openmpt123/openmpt123_stdio.hpp +++ b/openmpt123/openmpt123_stdio.hpp @@ -23,8 +23,8 @@ #if MPT_OS_WINDOWS #include #include -#include #endif +#include namespace openmpt123 {