summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-08-29 13:41:03 +0200
committerMax Kellermann <max@musicpd.org>2017-08-29 13:41:03 +0200
commit8225064aabd033cac615258f4aa52cedcf4f2bfc (patch)
treeac05f77f3d1457953b280bc8564eadeeba90f789 /src/lib
parente5ee357903addb3301198c2624dc0115054c833e (diff)
lib/upnp/Discovery: add missing include
Got lost in commit e5ee357903addb3301198c2624dc0115054c833e
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/upnp/Discovery.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/upnp/Discovery.cxx b/src/lib/upnp/Discovery.cxx
index a9ea0a6c7..baa9f9209 100644
--- a/src/lib/upnp/Discovery.cxx
+++ b/src/lib/upnp/Discovery.cxx
@@ -22,6 +22,7 @@
#include "ContentDirectoryService.hxx"
#include "Log.hxx"
#include "lib/curl/Global.hxx"
+#include "event/Call.hxx"
#include "util/DeleteDisposer.hxx"
#include "util/ScopeExit.hxx"
#include "util/RuntimeError.hxx"