commit | 7f837e05bd457cc06131bdb13155e1e154577c6f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Sep 10 15:07:37 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Sep 10 15:07:37 2020 -0700 |
tree | dbbe4c82ee578c4c90f5e8b7d10a6657655db7bf | |
parent | a5cf20865a6f4e9e0195f8d600d70dc6864f4781 [diff] |
dbus/dbusconfiguration: add missing asio header Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I286f2202c0612f93cd48a050ee72be565f35e2db
diff --git a/dbus/dbusconfiguration.hpp b/dbus/dbusconfiguration.hpp index f9c3bcf..fc119e8 100644 --- a/dbus/dbusconfiguration.hpp +++ b/dbus/dbusconfiguration.hpp
@@ -17,6 +17,7 @@ #pragma once #include "conf.hpp" +#include <boost/asio/steady_timer.hpp> #include <sdbusplus/bus.hpp> namespace pid_control