diff options
author | Lioncash <mathew1800@gmail.com> | 2018-09-14 18:06:00 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-09-17 21:08:34 +0200 |
commit | 2fd124bc9371dbbcb43d8eec7fbeb22032a9a753 (patch) | |
tree | 6169b20a355b6d5bcb2166c205302c814c61d116 /src/audio_core/stream.cpp | |
parent | audio_renderer: Replace includes with forward declarations where applicable (diff) | |
download | yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.tar yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.tar.gz yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.tar.bz2 yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.tar.lz yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.tar.xz yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.tar.zst yuzu-2fd124bc9371dbbcb43d8eec7fbeb22032a9a753.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio_core/stream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_core/stream.cpp b/src/audio_core/stream.cpp index 386f2ec66..449db2416 100644 --- a/src/audio_core/stream.cpp +++ b/src/audio_core/stream.cpp @@ -7,6 +7,7 @@ #include "audio_core/sink.h" #include "audio_core/sink_details.h" +#include "audio_core/sink_stream.h" #include "audio_core/stream.h" #include "common/assert.h" #include "common/logging/log.h" |