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 --- src/encoder/EncoderAPI.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/encoder/EncoderAPI.hxx') diff --git a/src/encoder/EncoderAPI.hxx b/src/encoder/EncoderAPI.hxx index 01ad5609a..40e78a658 100644 --- a/src/encoder/EncoderAPI.hxx +++ b/src/encoder/EncoderAPI.hxx @@ -27,6 +27,7 @@ // IWYU pragma: begin_exports +#include "EncoderInterface.hxx" #include "EncoderPlugin.hxx" #include "AudioFormat.hxx" #include "tag/Tag.hxx" -- cgit v1.2.3