From f55adc4ec54be4bde8e366f8c379932898a8489b Mon Sep 17 00:00:00 2001 From: k3tamina Date: Sun, 29 May 2022 11:38:17 +0200 Subject: [PATCH] Fix for MinGW --- src/win32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32.h b/src/win32.h index 45056cd..a06853c 100644 --- a/src/win32.h +++ b/src/win32.h @@ -6,6 +6,7 @@ #include #include +#include #define DIRECTSOUND_VERSION 0x0300 #include