output/httpd: don't use incomplete template argument with libc++
This commit is contained in:
parent
287c70e361
commit
188673b746
@ -30,6 +30,11 @@
|
|||||||
#include "thread/Mutex.hxx"
|
#include "thread/Mutex.hxx"
|
||||||
#include "event/ServerSocket.hxx"
|
#include "event/ServerSocket.hxx"
|
||||||
|
|
||||||
|
#ifdef _LIBCPP_VERSION
|
||||||
|
/* can't use incomplete template arguments with libc++ */
|
||||||
|
#include "HttpdClient.hxx"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <forward_list>
|
#include <forward_list>
|
||||||
|
|
||||||
struct config_param;
|
struct config_param;
|
||||||
|
Loading…
Reference in New Issue
Block a user