summaryrefslogtreecommitdiff
path: root/redfish-core/lib/thermal_subsystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/thermal_subsystem.hpp')
-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
{