summaryrefslogtreecommitdiff
path: root/redfish-core/include/redfish_aggregator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/redfish_aggregator.hpp')
-rw-r--r--redfish-core/include/redfish_aggregator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/redfish_aggregator.hpp b/redfish-core/include/redfish_aggregator.hpp
index e5ad88abe1..5df43a6b36 100644
--- a/redfish-core/include/redfish_aggregator.hpp
+++ b/redfish-core/include/redfish_aggregator.hpp
@@ -80,7 +80,7 @@ inline bool searchCollectionsArray(std::string_view uri,
parseCount--;
}
- boost::urls::result<boost::urls::url_view> parsedUrl =
+ boost::system::result<boost::urls::url_view> parsedUrl =
boost::urls::parse_relative_ref(
uri.substr(serviceRootUri.size(), parseCount));
if (!parsedUrl)