summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-11-08 20:28:35 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-11-08 21:52:32 +0300
commitca9e6be63a9ca27e61563cde688ce3e8f47c233f (patch)
treec9dc8d9bc106cc2940331137929619c07c219bbf /redfish-core
parent4b78c8b29f8c52373727891929a6302c30f93442 (diff)
downloadbmcweb-ca9e6be63a9ca27e61563cde688ce3e8f47c233f.tar.xz
power subsystem: fix header
Added the logging header. Tested: code compiles. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ie707780e195766b37a3d307818615c6be36d424e
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/lib/power_subsystem.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/lib/power_subsystem.hpp b/redfish-core/lib/power_subsystem.hpp
index c3b898c278..90559efa2b 100644
--- a/redfish-core/lib/power_subsystem.hpp
+++ b/redfish-core/lib/power_subsystem.hpp
@@ -1,6 +1,7 @@
#pragma once
#include "app.hpp"
+#include "logging.hpp"
#include "query.hpp"
#include "registries/privilege_registry.hpp"
#include "utils/chassis_utils.hpp"