net/SocketAddress: include IPv[46]Address.hxx only ifdef HAVE_TCP
This commit is contained in:
parent
f8529d4fe6
commit
cbba22c947
@ -2,8 +2,11 @@
|
||||
// author: Max Kellermann <max.kellermann@gmail.com>
|
||||
|
||||
#include "SocketAddress.hxx"
|
||||
|
||||
#ifdef HAVE_TCP
|
||||
#include "IPv4Address.hxx"
|
||||
#include "IPv6Address.hxx"
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user