net/StaticSocketAddress: include <string_view> only ifdef HAVE_UN
This commit is contained in:
parent
1760310123
commit
6200c0dc46
@ -7,7 +7,10 @@
|
|||||||
#include "Features.hxx"
|
#include "Features.hxx"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
#ifdef HAVE_UN
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An OO wrapper for struct sockaddr_storage.
|
* An OO wrapper for struct sockaddr_storage.
|
||||||
|
Loading…
Reference in New Issue
Block a user