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 /test/run_encoder.cxx | |
parent | c76c7c68ff497a9e9bc33c14db097b8a17f1f5f9 (diff) |
encoder/Plugin: move struct Encoder to EncoderInterface.hxx
Diffstat (limited to 'test/run_encoder.cxx')
-rw-r--r-- | test/run_encoder.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index e48bbfc9e..c500b8e1f 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -20,6 +20,7 @@ #include "config.h" #include "encoder/EncoderList.hxx" #include "encoder/EncoderPlugin.hxx" +#include "encoder/EncoderInterface.hxx" #include "AudioFormat.hxx" #include "AudioParser.hxx" #include "config/ConfigData.hxx" |