aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-11 08:31:40 +0100
committerMax Kellermann <max@duempel.org>2013-11-11 08:31:50 +0100
commit188673b746a29c6e8d769a2c6a5ebf36ba66a090 (patch)
tree5fe9d7d0579449c8bf920c0bd7d419b8197ba2be /src/output
parent287c70e3611022ff40c673feeef71eecd79beea8 (diff)
downloadmpd-188673b746a29c6e8d769a2c6a5ebf36ba66a090.tar.gz
mpd-188673b746a29c6e8d769a2c6a5ebf36ba66a090.tar.xz
mpd-188673b746a29c6e8d769a2c6a5ebf36ba66a090.zip
output/httpd: don't use incomplete template argument with libc++
Diffstat (limited to 'src/output')
-rw-r--r--src/output/HttpdInternal.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/output/HttpdInternal.hxx b/src/output/HttpdInternal.hxx
index cacabd0c3..b76493a44 100644
--- a/src/output/HttpdInternal.hxx
+++ b/src/output/HttpdInternal.hxx
@@ -30,6 +30,11 @@
#include "thread/Mutex.hxx"
#include "event/ServerSocket.hxx"
+#ifdef _LIBCPP_VERSION
+/* can't use incomplete template arguments with libc++ */
+#include "HttpdClient.hxx"
+#endif
+
#include <forward_list>
struct config_param;