commit | fd6ba7330fcc35df2e406dce9d14381e4cdc4989 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Oct 31 14:27:39 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Oct 31 14:28:15 2019 -0700 |
tree | 54fe8f665b7996560be9bac43d9fcbded33008ec | |
parent | 96e97db76cecdab36838e3987c3c53f19b4a34cb [diff] [blame] |
include: add missing headers Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I6b26a1bea2aae173b57dbd8affa0ba4991b1c9bb
diff --git a/include/PSUSensor.hpp b/include/PSUSensor.hpp index f7ed88f..c0ebe6a 100644 --- a/include/PSUSensor.hpp +++ b/include/PSUSensor.hpp
@@ -4,7 +4,9 @@ #include "Thresholds.hpp" #include "sensor.hpp" +#include <memory> #include <sdbusplus/asio/object_server.hpp> +#include <string> class PSUSensor : public Sensor {