From e575bf880d384a289f408d6dd60ab6b82d788964 Mon Sep 17 00:00:00 2001 From: Cosimo <46655466+encoded@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:20:43 +0100 Subject: [PATCH] Included for uint types. --- AudioFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AudioFile.h b/AudioFile.h index fcd3fd5..b96032f 100644 --- a/AudioFile.h +++ b/AudioFile.h @@ -47,6 +47,7 @@ #include #include #include +#include // disable some warnings on Windows #if defined (_MSC_VER)