Use more specific include
Per the coding standard, we should be using the most specific version of
the boost header we rely on.
Tested: Code compiles
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I76dd5a93c10c17d950b0dbac69183dd622363bce
diff --git a/redfish-core/lib/log_services.hpp b/redfish-core/lib/log_services.hpp
index fc5754b..38d9388 100644
--- a/redfish-core/lib/log_services.hpp
+++ b/redfish-core/lib/log_services.hpp
@@ -30,7 +30,7 @@
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/split.hpp>
-#include <boost/beast/http.hpp>
+#include <boost/beast/http/verb.hpp>
#include <boost/container/flat_map.hpp>
#include <boost/system/linux_error.hpp>
#include <dbus_utility.hpp>