From 188673b746a29c6e8d769a2c6a5ebf36ba66a090 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 11 Nov 2013 08:31:40 +0100 Subject: output/httpd: don't use incomplete template argument with libc++ --- src/output/HttpdInternal.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/output/HttpdInternal.hxx') 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 struct config_param; -- cgit v1.2.3