include: add missing headers
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I6b26a1bea2aae173b57dbd8affa0ba4991b1c9bb
diff --git a/include/TachSensor.hpp b/include/TachSensor.hpp
index 8ab1083..94af80a 100644
--- a/include/TachSensor.hpp
+++ b/include/TachSensor.hpp
@@ -7,7 +7,12 @@
#include <boost/container/flat_map.hpp>
#include <boost/container/flat_set.hpp>
+#include <memory>
+#include <optional>
#include <sdbusplus/asio/object_server.hpp>
+#include <string>
+#include <utility>
+#include <vector>
class PresenceSensor
{