summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-02-11 20:25:34 +0100
committerGitHub <noreply@github.com>2026-02-11 20:25:34 +0100
commitea809459123a5327e6791fbe21f132a2b7ba286d (patch)
tree1a8648f1249a145e664dca4f26431fedeccd2cc7
parent112fcc9a97673e2b19ccf89e3e32d71e435e325f (diff)
parent6f3282e07307e6a39ddbc369f3d892bfe292f003 (diff)
Merge pull request #14342 from sepalani/hdr-mic
IOS/USB: Add missing vector header in Emulated/Microphone.h
-rw-r--r--Source/Core/Core/IOS/USB/Emulated/Microphone.h1
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"