commit | cea510b70811f8555d517efbf5e706903177ca85 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Mar 07 12:15:05 2023 -0800 |
committer | Ed Tanous <edtanous@google.com> | Tue Mar 07 12:16:16 2023 -0800 |
tree | 8a38f92aa1f04c3243fa61a01c1ea33ea03b246b | |
parent | 744e9a9810d8fa6eafb19d1cefbaaa32c32cc90f [diff] |
Add missing include Change-Id: If0e63127658840d98b9e5972a9bc13a7a351a83c Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/src/power_control.hpp b/src/power_control.hpp index e4dcaf0..9f0653c 100644 --- a/src/power_control.hpp +++ b/src/power_control.hpp
@@ -12,6 +12,7 @@ #include <sdbusplus/asio/object_server.hpp> #include <filesystem> +#include <list> #include <string_view> namespace power_control