From 362a6e6d460a3b197db33f0f2f082e0015f23820 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 8 Jan 2015 19:31:57 +0100 Subject: encoder/Plugin: move struct Encoder to EncoderInterface.hxx --- test/run_encoder.cxx | 1 + test/test_vorbis_encoder.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'test') 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" diff --git a/test/test_vorbis_encoder.cxx b/test/test_vorbis_encoder.cxx index e716b8536..f01331ee5 100644 --- a/test/test_vorbis_encoder.cxx +++ b/test/test_vorbis_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 "config/ConfigData.hxx" #include "stdbin.h" -- cgit v1.2.3