playlist/Stream, db/upnp: add missing includes
This commit is contained in:
parent
c682d087d9
commit
7ae9e49f51
@ -29,6 +29,8 @@
|
|||||||
#include "neighbor/Info.hxx"
|
#include "neighbor/Info.hxx"
|
||||||
#include "Log.hxx"
|
#include "Log.hxx"
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
class UpnpNeighborExplorer final
|
class UpnpNeighborExplorer final
|
||||||
: public NeighborExplorer, UPnPDiscoveryListener {
|
: public NeighborExplorer, UPnPDiscoveryListener {
|
||||||
struct Server {
|
struct Server {
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
#include "fs/Path.hxx"
|
#include "fs/Path.hxx"
|
||||||
#include "Log.hxx"
|
#include "Log.hxx"
|
||||||
|
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
static SongEnumerator *
|
static SongEnumerator *
|
||||||
|
Loading…
Reference in New Issue
Block a user