sched-host-tran: add missing header
There was an assumption that an sdbus++ header file was implicitly
included, but the generated files are changing. Explicitly add that
header.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I29019097a6e4c37e5db1315478274af4fd645845
diff --git a/scheduled_host_transition.hpp b/scheduled_host_transition.hpp
index a272217..dbf38f7 100644
--- a/scheduled_host_transition.hpp
+++ b/scheduled_host_transition.hpp
@@ -5,6 +5,7 @@
#include <sdbusplus/bus.hpp>
#include <sdeventplus/event.hpp>
#include <sdeventplus/utility/timer.hpp>
+#include <xyz/openbmc_project/State/Host/server.hpp>
#include <xyz/openbmc_project/State/ScheduledHostTransition/server.hpp>
class TestScheduledHostTransition;