diff options
| author | JosJuice <josjuice@gmail.com> | 2025-06-08 11:35:02 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2025-06-08 11:35:02 +0200 |
| commit | 1b7d42f77515e512d3e80890ce8a6bb5231e1dbf (patch) | |
| tree | 87887e8d597c57c98911a544a527797155c551d9 /Source/Core/AudioCommon | |
| parent | 24b0bf01d54cf15977e7e2f4d2b529bb8230b060 (diff) | |
AudioCommon: Re-add missing includes
7c237bb ("AudioCommon: Remove unused includes") removed some includes
that were in fact in use.
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/AlsaSoundStream.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <atomic> #include <condition_variable> +#include <mutex> #include <thread> #if defined(HAVE_ALSA) && HAVE_ALSA |
