summaryrefslogtreecommitdiff
path: root/src/audio_core/stream.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-18 22:14:26 -0400
committerGitHub <noreply@github.com>2018-09-18 22:14:26 -0400
commitd85130d7bed7c5c677e2172b05710f00291e8f93 (patch)
tree98c2d9f8e864a0f407220edbfaeb2cacad6e3d84 /src/audio_core/stream.cpp
parentc9942fe46e718404df4020e1039a35b099ed628b (diff)
parentf7308a6c256bd23403ce17f1ab4caa29edf3903c (diff)
Merge pull request #1319 from lioncash/audio
audio_core: Replace includes with forward declarations where applicable.
Diffstat (limited to 'src/audio_core/stream.cpp')
-rw-r--r--src/audio_core/stream.cpp1
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"