aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins
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/output/plugins
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 'src/output/plugins')
-rw-r--r--src/output/plugins/httpd/HttpdInternal.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output/plugins/httpd/HttpdInternal.hxx b/src/output/plugins/httpd/HttpdInternal.hxx
index 5c113520d..20ff15e42 100644
--- a/src/output/plugins/httpd/HttpdInternal.hxx
+++ b/src/output/plugins/httpd/HttpdInternal.hxx
@@ -31,6 +31,7 @@
#include "event/ServerSocket.hxx"
#include "event/DeferredMonitor.hxx"
#include "util/Cast.hxx"
+#include "Compiler.h"
#ifdef _LIBCPP_VERSION
/* can't use incomplete template arguments with libc++ */