From b373c53ce4feedfc6a0c1750599ab723997a6744 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 30 Aug 2014 00:46:52 +0200 Subject: *: add missing Compiler.h includes Necessary for "final" on gcc 4.6. --- src/input/IcyInputStream.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/input/IcyInputStream.hxx') 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; -- cgit v1.2.3