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