summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-21 14:52:12 -0800
committerPatrick Venture <venture@google.com>2018-11-21 14:54:32 -0800
commit2536863d32314250b94794143d6cadaf8e8c86fe (patch)
tree5e348a6f5672f77b824e7cc14df1b078b0659f9d /main.cpp
parentc0fe5cd121948465a41adb69e29efdb0cd0e314b (diff)
downloadphosphor-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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 16313de..5fdb53d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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>
OpenPOWER on IntegriCloud