summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{