diff options
author | Patrick Venture <venture@google.com> | 2018-11-21 14:52:12 -0800 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-11-21 14:54:32 -0800 |
commit | 2536863d32314250b94794143d6cadaf8e8c86fe (patch) | |
tree | 5e348a6f5672f77b824e7cc14df1b078b0659f9d /main.cpp | |
parent | c0fe5cd121948465a41adb69e29efdb0cd0e314b (diff) | |
download | phosphor-ipmi-blobs-2536863d32314250b94794143d6cadaf8e8c86fe.tar.gz phosphor-ipmi-blobs-2536863d32314250b94794143d6cadaf8e8c86fe.zip |
main: add missing header: blobs-ipmid/manager.hpp
Add missing header: blobs-ipmid/manager.hpp. The code receives this
header through another header. However, it should declare this
inclusion requirement itself.
Change-Id: Ib82909681a45a18489f65ec42b74a1824285efa1
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <host-ipmid/ipmid-api.h> +#include <blobs-ipmid/manager.hpp> #include <cstdio> #include <host-ipmid/iana.hpp> #include <host-ipmid/oemopenbmc.hpp> |