aboutsummaryrefslogtreecommitdiffstats
path: root/src/Partition.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/Partition.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/Partition.hxx1
1 files changed, 1 insertions, 0 deletions
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;