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/ADCSensor.hpp b/include/ADCSensor.hpp index cb595c9..39b9aaa 100644 --- a/include/ADCSensor.hpp +++ b/include/ADCSensor.hpp
@@ -4,8 +4,12 @@ #include "sensor.hpp" #include <gpiod.hpp> +#include <memory> #include <optional> #include <sdbusplus/asio/object_server.hpp> +#include <stdexcept> +#include <string> +#include <vector> class BridgeGpio {