diff options
author | bunnei <bunneidev@gmail.com> | 2018-09-18 22:14:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 22:14:26 -0400 |
commit | d85130d7bed7c5c677e2172b05710f00291e8f93 (patch) | |
tree | 98c2d9f8e864a0f407220edbfaeb2cacad6e3d84 /src/audio_core/stream.cpp | |
parent | c9942fe46e718404df4020e1039a35b099ed628b (diff) | |
parent | f7308a6c256bd23403ce17f1ab4caa29edf3903c (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.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" |