commit | cfbf62b54302db60abafeeadaf6943d52519028e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Aug 10 09:05:06 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Aug 14 16:06:12 2020 -0700 |
tree | c2e619624d46b5df23697768055aec92cdb7523f | |
parent | a076487aab0ee71ea32d53f798d5ca6b31677278 [diff] [blame] |
sensors/builder: add missing headers Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie6c26c27d292ad82a5113dce03439e40cae14904
diff --git a/sensors/builder.hpp b/sensors/builder.hpp index 236fee7..bea3bd0 100644 --- a/sensors/builder.hpp +++ b/sensors/builder.hpp
@@ -1,8 +1,11 @@ #pragma once +#include "conf.hpp" #include "sensors/manager.hpp" #include "sensors/sensor.hpp" +#include <sdbusplus/bus.hpp> + #include <map> #include <string>