summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-11-10 00:41:18 +0300
committerEd Tanous <ed@tanous.net>2022-11-11 22:41:37 +0300
commitce05f6c443944f7243e7a134990e7ce689c61f49 (patch)
treeb66ad1c11dd41d12871173f01281f0c5d8e0a677
parent69fca03e92f1b96e1c02173d37742d74aeb9cb21 (diff)
downloadbmcweb-ce05f6c443944f7243e7a134990e7ce689c61f49.tar.xz
thermal subsystem: iwyu
Tested: unit tests; just added a few used headers Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I3299f0445aedadd1411f4d3a407e9543197e22e1
-rw-r--r--redfish-core/lib/thermal_subsystem.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/redfish-core/lib/thermal_subsystem.hpp b/redfish-core/lib/thermal_subsystem.hpp
index 0d5b88b49f..390b294206 100644
--- a/redfish-core/lib/thermal_subsystem.hpp
+++ b/redfish-core/lib/thermal_subsystem.hpp
@@ -1,11 +1,15 @@
#pragma once
#include "app.hpp"
+#include "logging.hpp"
#include "query.hpp"
#include "registries/privilege_registry.hpp"
#include "utils/chassis_utils.hpp"
#include "utils/json_utils.hpp"
+#include <optional>
+#include <string>
+
namespace redfish
{