From 02fea7a7539a566f965d3076fba0d0db98a46884 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 7 Jul 2022 12:48:59 -0700 Subject: Use more specific include boost/urls/urls.hpp pulls in all of boost url, when in this context, we only want url_view.hpp. Per the coding standard (specifically in regards to boost) pull in the more specific header Tested: Code compiles. Signed-off-by: Ed Tanous Change-Id: I85bc45bdfcc7bc1d8e87be23fe4884b6ec8c4227 --- redfish-core/include/error_messages.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redfish-core/include/error_messages.hpp') diff --git a/redfish-core/include/error_messages.hpp b/redfish-core/include/error_messages.hpp index f2b7d23b77..d9f571c76b 100644 --- a/redfish-core/include/error_messages.hpp +++ b/redfish-core/include/error_messages.hpp @@ -16,7 +16,7 @@ #pragma once #include "http_response.hpp" -#include +#include #include #include -- cgit v1.2.3