summaryrefslogtreecommitdiff
path: root/redfish-core/include/error_messages.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-07-07 22:48:59 +0300
committerEd Tanous <ed@tanous.net>2022-07-15 20:27:19 +0300
commit02fea7a7539a566f965d3076fba0d0db98a46884 (patch)
tree7001c7f4b23adea3e88930cc106dbe857cc1886e /redfish-core/include/error_messages.hpp
parent5cab68f307fe73709d3d13a4d3638fbd86b99e46 (diff)
downloadbmcweb-02fea7a7539a566f965d3076fba0d0db98a46884.tar.xz
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 <edtanous@google.com> Change-Id: I85bc45bdfcc7bc1d8e87be23fe4884b6ec8c4227
Diffstat (limited to 'redfish-core/include/error_messages.hpp')
-rw-r--r--redfish-core/include/error_messages.hpp2
1 files changed, 1 insertions, 1 deletions
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 <boost/url/urls.hpp>
+#include <boost/url/url_view.hpp>
#include <nlohmann/json.hpp>
#include <source_location.hpp>