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 "Log.hxx"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
class UpnpNeighborExplorer final
|
||||
: public NeighborExplorer, UPnPDiscoveryListener {
|
||||
struct Server {
|
||||
|
@ -27,6 +27,8 @@
|
||||
#include "fs/Path.hxx"
|
||||
#include "Log.hxx"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
static SongEnumerator *
|
||||
|
Loading…
Reference in New Issue
Block a user