Commit 7ae9e49f authored by Max Kellermann's avatar Max Kellermann

playlist/Stream, db/upnp: add missing includes

parent c682d087
......@@ -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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment