summaryrefslogtreecommitdiff
path: root/include/obmc_console.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2020-08-18 10:07:28 +0300
committerEd Tanous <ed@tanous.net>2020-08-24 19:45:19 +0300
commitd4d77e399526671076936e9d9dd879dad2d24a2f (patch)
treef97aecf3bfbb0eb668a84e6de3e82dd4559c8c6b /include/obmc_console.hpp
parent3cb3b116bb2842cfacaef60b896ff54f440891b8 (diff)
downloadbmcweb-d4d77e399526671076936e9d9dd879dad2d24a2f.tar.xz
Prep for boost 1.74.0
Boost 1.74.0 got released the yesterday and deprecated some more stuff that we use. This patchset prepares us so we will build for it when meta-oe picks it up. Tested: Code builds under boost 1.74.0 Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Icc6c54da6705098fc76e3ee6dbdc6c3b5c57fbda
Diffstat (limited to 'include/obmc_console.hpp')
-rw-r--r--include/obmc_console.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/obmc_console.hpp b/include/obmc_console.hpp
index f2de85b7c9..29efbef782 100644
--- a/include/obmc_console.hpp
+++ b/include/obmc_console.hpp
@@ -4,6 +4,7 @@
#include <websocket.h>
#include <async_resp.hpp>
+#include <boost/asio/local/stream_protocol.hpp>
#include <boost/container/flat_map.hpp>
#include <boost/container/flat_set.hpp>