From 8225064aabd033cac615258f4aa52cedcf4f2bfc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Aug 2017 13:41:03 +0200 Subject: [PATCH] lib/upnp/Discovery: add missing include Got lost in commit e5ee357903addb3301198c2624dc0115054c833e --- src/lib/upnp/Discovery.cxx | 1 + 1 file changed, 1 insertion(+) 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"