From 1248f30343c51c8ad6bde6bbb65c2de177418caa Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 5 Mar 2024 12:41:50 +0300 Subject: [PATCH] msvc build fix --- src/coders/wav.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coders/wav.cpp b/src/coders/wav.cpp index 2ab78a7b..19a4233b 100644 --- a/src/coders/wav.cpp +++ b/src/coders/wav.cpp @@ -1,6 +1,7 @@ #include "wav.h" #include +#include #include #include #include