mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
AudioCommon: Re-add missing includes
7c237bb
("AudioCommon: Remove unused includes") removed some includes
that were in fact in use.
This commit is contained in:
parent
24b0bf01d5
commit
1b7d42f775
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
|
||||
#if defined(HAVE_ALSA) && HAVE_ALSA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue