src: add missing headers
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I6043ef792c2ce0a8e7584a73f83ca365ec61794d
diff --git a/src/Thresholds.cpp b/src/Thresholds.cpp
index 72697de..bbddcde 100644
--- a/src/Thresholds.cpp
+++ b/src/Thresholds.cpp
@@ -3,11 +3,19 @@
#include "VariantVisitors.hpp"
#include "sensor.hpp"
+#include <array>
#include <boost/algorithm/string/replace.hpp>
+#include <boost/container/flat_map.hpp>
#include <boost/lexical_cast.hpp>
#include <cmath>
#include <fstream>
#include <iostream>
+#include <memory>
+#include <stdexcept>
+#include <string>
+#include <utility>
+#include <variant>
+#include <vector>
static constexpr bool DEBUG = false;
namespace thresholds