aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/IcyInputStream.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-30 00:46:52 +0200
committerMax Kellermann <max@duempel.org>2014-08-30 00:46:52 +0200
commitb373c53ce4feedfc6a0c1750599ab723997a6744 (patch)
treeb5478158b8867e4b6edc12a7a8e4660c7b174790 /src/input/IcyInputStream.hxx
parentbc4b89c21a8397d540be5989d9c99be90e80e554 (diff)
downloadmpd-b373c53ce4feedfc6a0c1750599ab723997a6744.tar.gz
mpd-b373c53ce4feedfc6a0c1750599ab723997a6744.tar.xz
mpd-b373c53ce4feedfc6a0c1750599ab723997a6744.zip
*: add missing Compiler.h includes
Necessary for "final" on gcc 4.6.
Diffstat (limited to '')
-rw-r--r--src/input/IcyInputStream.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/IcyInputStream.hxx b/src/input/IcyInputStream.hxx
index 6a85f9ffd..d8968a741 100644
--- a/src/input/IcyInputStream.hxx
+++ b/src/input/IcyInputStream.hxx
@@ -22,6 +22,7 @@
#include "ProxyInputStream.hxx"
#include "IcyMetaDataParser.hxx"
+#include "Compiler.h"
struct Tag;