diff options
author | Max Kellermann <max@duempel.org> | 2015-01-08 19:31:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-08 19:31:57 +0100 |
commit | 362a6e6d460a3b197db33f0f2f082e0015f23820 (patch) | |
tree | 248ffcc4840a3d3b50b16ecbc489fe8750f99911 /src/output/plugins/httpd/HttpdOutputPlugin.cxx | |
parent | c76c7c68ff497a9e9bc33c14db097b8a17f1f5f9 (diff) | |
download | mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.tar.gz mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.tar.xz mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.zip |
encoder/Plugin: move struct Encoder to EncoderInterface.hxx
Diffstat (limited to '')
-rw-r--r-- | src/output/plugins/httpd/HttpdOutputPlugin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output/plugins/httpd/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx index 9a389570e..811cdaaff 100644 --- a/src/output/plugins/httpd/HttpdOutputPlugin.cxx +++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx @@ -22,6 +22,7 @@ #include "HttpdInternal.hxx" #include "HttpdClient.hxx" #include "output/OutputAPI.hxx" +#include "encoder/EncoderInterface.hxx" #include "encoder/EncoderPlugin.hxx" #include "encoder/EncoderList.hxx" #include "system/Resolver.hxx" |