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

playlist/Stream, db/upnp: add missing includes

parent c682d087
...@@ -29,6 +29,8 @@ ...@@ -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 @@ ...@@ -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 *
......
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