aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/SidplayDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-20 13:05:29 +0200
committerMax Kellermann <max@duempel.org>2013-10-20 13:05:50 +0200
commitc1e7be3b8e4ab5fb99587b8e5f262ce41805f892 (patch)
tree415677d105e886569098f8f0a0c9680dde30fb16 /src/decoder/SidplayDecoderPlugin.cxx
parent17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 (diff)
downloadmpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.tar.gz
mpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.tar.xz
mpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.zip
decoder/sidplay: add header file
Diffstat (limited to 'src/decoder/SidplayDecoderPlugin.cxx')
-rw-r--r--src/decoder/SidplayDecoderPlugin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder/SidplayDecoderPlugin.cxx b/src/decoder/SidplayDecoderPlugin.cxx
index 3dbede9b5..1ee8dcc42 100644
--- a/src/decoder/SidplayDecoderPlugin.cxx
+++ b/src/decoder/SidplayDecoderPlugin.cxx
@@ -18,6 +18,7 @@
*/
#include "config.h"
+#include "SidplayDecoderPlugin.hxx"
#include "../DecoderAPI.hxx"
#include "tag/TagHandler.hxx"
#include "util/Domain.hxx"