summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-05-04 00:58:32 +0300
committerGunnar Mills <gmills@us.ibm.com>2024-05-04 00:58:32 +0300
commit8b901d78af166fa3017d930cf121b1dad6edbe0b (patch)
treeb3b3c2c5adf7f103223d7cba28d2911ad77c846d
parent743eb1c0cb44c955078daa2912767cd6d6bb6432 (diff)
downloadbmcweb-8b901d78af166fa3017d930cf121b1dad6edbe0b.tar.xz
obmc_console: Fix some missing headers
Fix some obvious missed headers. Tested: It builds, no other testing. Change-Id: I8cfd95e16eca38c75dcf76fc974ed384d13c6757 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--include/obmc_console.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/obmc_console.hpp b/include/obmc_console.hpp
index fb363be275..842cbe6307 100644
--- a/include/obmc_console.hpp
+++ b/include/obmc_console.hpp
@@ -7,6 +7,12 @@
#include <boost/asio/local/stream_protocol.hpp>
#include <boost/container/flat_map.hpp>
+#include <boost/system/error_code.hpp>
+
+#include <array>
+#include <memory>
+#include <string>
+#include <string_view>
namespace crow
{