From ce05f6c443944f7243e7a134990e7ce689c61f49 Mon Sep 17 00:00:00 2001 From: Nan Zhou Date: Wed, 9 Nov 2022 21:41:18 +0000 Subject: thermal subsystem: iwyu Tested: unit tests; just added a few used headers Signed-off-by: Nan Zhou Change-Id: I3299f0445aedadd1411f4d3a407e9543197e22e1 --- redfish-core/lib/thermal_subsystem.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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 +#include + namespace redfish { -- cgit v1.2.3