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/Partition.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Partition.hxx') diff --git a/src/Partition.hxx b/src/Partition.hxx index ad0187de0..d89c4b41f 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -26,6 +26,7 @@ #include "PlayerControl.hxx" #include "PlayerListener.hxx" #include "Chrono.hxx" +#include "Compiler.h" struct Instance; class MultipleOutputs; -- cgit v1.2.3