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/MCUTempSensor.hpp b/include/MCUTempSensor.hpp index 5dd3c03..eb12c9a 100644 --- a/include/MCUTempSensor.hpp +++ b/include/MCUTempSensor.hpp
@@ -5,6 +5,8 @@ #include <boost/container/flat_map.hpp> #include <chrono> #include <limits> +#include <memory> +#include <string> #include <vector> struct MCUTempSensor : public Sensor