diff options
author | Chloe <25727384+ogniK5377@users.noreply.github.com> | 2021-06-24 09:24:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 09:24:17 +0200 |
commit | f216a9432b5e6f955dd8e62963b8413d7f4efc1c (patch) | |
tree | b0036e865e0f50b4611e7bc43dc8e2aaa027e99b /src/audio_core | |
parent | Fix bold tag (diff) | |
download | yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.tar yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.tar.gz yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.tar.bz2 yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.tar.lz yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.tar.xz yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.tar.zst yuzu-f216a9432b5e6f955dd8e62963b8413d7f4efc1c.zip |
Diffstat (limited to 'src/audio_core')
-rw-r--r-- | src/audio_core/sink_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/sink_context.h b/src/audio_core/sink_context.h index 66ee4e8a0..9e2b69785 100644 --- a/src/audio_core/sink_context.h +++ b/src/audio_core/sink_context.h @@ -4,6 +4,8 @@ #pragma once +#include <array> +#include <vector> #include "audio_core/common.h" #include "common/common_funcs.h" #include "common/common_types.h" |