diff options
author | Max Kellermann <max@musicpd.org> | 2017-08-29 13:41:03 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-08-29 13:41:03 +0200 |
commit | 8225064aabd033cac615258f4aa52cedcf4f2bfc (patch) | |
tree | ac05f77f3d1457953b280bc8564eadeeba90f789 /src/lib/upnp | |
parent | e5ee357903addb3301198c2624dc0115054c833e (diff) |
lib/upnp/Discovery: add missing include
Got lost in commit e5ee357903addb3301198c2624dc0115054c833e
Diffstat (limited to 'src/lib/upnp')
-rw-r--r-- | src/lib/upnp/Discovery.cxx | 1 |
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" |