summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/http_connection.hpp1
-rw-r--r--redfish-core/lib/task.hpp1
-rw-r--r--redfish-core/lib/telemetry_service.hpp1
-rw-r--r--redfish-core/lib/update_service.hpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/http/http_connection.hpp b/http/http_connection.hpp
index 028222ea09..2c921b50f5 100644
--- a/http/http_connection.hpp
+++ b/http/http_connection.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "bmcweb_config.h"
+#include "async_resp.hpp"
#include "authentication.hpp"
#include "http_response.hpp"
#include "http_utility.hpp"
diff --git a/redfish-core/lib/task.hpp b/redfish-core/lib/task.hpp
index 105d4cdd95..cfe6c3ee1a 100644
--- a/redfish-core/lib/task.hpp
+++ b/redfish-core/lib/task.hpp
@@ -18,6 +18,7 @@
#include "app.hpp"
#include "dbus_utility.hpp"
#include "event_service_manager.hpp"
+#include "health.hpp"
#include "query.hpp"
#include "registries/privilege_registry.hpp"
#include "task_messages.hpp"
diff --git a/redfish-core/lib/telemetry_service.hpp b/redfish-core/lib/telemetry_service.hpp
index 0eaf89bf9f..02d7f38f23 100644
--- a/redfish-core/lib/telemetry_service.hpp
+++ b/redfish-core/lib/telemetry_service.hpp
@@ -6,6 +6,7 @@
#include "registries/privilege_registry.hpp"
#include "utils/dbus_utils.hpp"
#include "utils/telemetry_utils.hpp"
+#include "utils/time_utils.hpp"
#include <sdbusplus/asio/property.hpp>
#include <sdbusplus/unpack_properties.hpp>
diff --git a/redfish-core/lib/update_service.hpp b/redfish-core/lib/update_service.hpp
index 041e0726cd..cf5ac0dd20 100644
--- a/redfish-core/lib/update_service.hpp
+++ b/redfish-core/lib/update_service.hpp
@@ -25,6 +25,7 @@
#include "utils/dbus_utils.hpp"
#include "utils/sw_utils.hpp"
+#include <boost/algorithm/string/case_conv.hpp>
#include <boost/system/error_code.hpp>
#include <sdbusplus/asio/property.hpp>
#include <sdbusplus/bus/match.hpp>