summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/event_service_store.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_service_store.hpp b/include/event_service_store.hpp
index 8b24fcbe83..522227b61c 100644
--- a/include/event_service_store.hpp
+++ b/include/event_service_store.hpp
@@ -49,7 +49,7 @@ struct UserSubscription
{
continue;
}
- boost::urls::result<boost::urls::url> url =
+ boost::system::result<boost::urls::url> url =
boost::urls::parse_absolute_uri(*value);
if (!url)
{