From 8b901d78af166fa3017d930cf121b1dad6edbe0b Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Fri, 3 May 2024 16:58:32 -0500 Subject: 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 --- include/obmc_console.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 #include +#include + +#include +#include +#include +#include namespace crow { -- cgit v1.2.3