From 1b7d42f77515e512d3e80890ce8a6bb5231e1dbf Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 8 Jun 2025 11:35:02 +0200 Subject: [PATCH] AudioCommon: Re-add missing includes 7c237bb ("AudioCommon: Remove unused includes") removed some includes that were in fact in use. --- Source/Core/AudioCommon/AlsaSoundStream.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/AudioCommon/AlsaSoundStream.h b/Source/Core/AudioCommon/AlsaSoundStream.h index 6cdf6ccc41..d3e34386a7 100644 --- a/Source/Core/AudioCommon/AlsaSoundStream.h +++ b/Source/Core/AudioCommon/AlsaSoundStream.h @@ -3,7 +3,9 @@ #pragma once +#include #include +#include #include #if defined(HAVE_ALSA) && HAVE_ALSA