diff options
| author | Sepalani <sepalani@hotmail.fr> | 2026-02-11 18:25:15 +0400 |
|---|---|---|
| committer | Sepalani <sepalani@hotmail.fr> | 2026-02-11 18:25:15 +0400 |
| commit | 6f3282e07307e6a39ddbc369f3d892bfe292f003 (patch) | |
| tree | ebf97758c426f61f99a5a9dcf33db6692803f9bc /Source/Core | |
| parent | fe517e2287014b833138722b3b593c733ebb51dd (diff) | |
IOS/USB: Add missing vector header in Emulated/Microphone.h
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/IOS/USB/Emulated/Microphone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core/IOS/USB/Emulated/Microphone.h b/Source/Core/Core/IOS/USB/Emulated/Microphone.h index cf4e2327c1..c2ef1ea031 100644 --- a/Source/Core/Core/IOS/USB/Emulated/Microphone.h +++ b/Source/Core/Core/IOS/USB/Emulated/Microphone.h @@ -8,6 +8,7 @@ #include <memory> #include <mutex> #include <type_traits> +#include <vector> #include "Common/CommonTypes.h" |
