Fix includes
sdbusplus dropped the asio.hpp #include, which this daemon was relying
on. Fix to only include the things we need.
Tested:
Code builds. Do not have system to test ipmb functionality, but
unlikely to be broken.
Signed-off-by: Ed Tanous <ed@tanous.net>
Change-Id: I4bdd097bd3509f9b08e2863c2421108aa0b0c658
diff --git a/ipmbbridged.cpp b/ipmbbridged.cpp
index e0eadfc..8689914 100644
--- a/ipmbbridged.cpp
+++ b/ipmbbridged.cpp
@@ -19,6 +19,7 @@
#include "ipmbutils.hpp"
#include <boost/algorithm/string/replace.hpp>
+#include <boost/asio/write.hpp>
#include <filesystem>
#include <fstream>
#include <nlohmann/json.hpp>