output/httpd: don't use incomplete template argument with libc++

This commit is contained in:
Max Kellermann 2013-11-11 08:31:40 +01:00
parent 287c70e361
commit 188673b746

View File

@ -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;