From 2536863d32314250b94794143d6cadaf8e8c86fe Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 21 Nov 2018 14:52:12 -0800 Subject: 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 --- main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 16313de..5fdb53d 100644 --- a/main.cpp +++ b/main.cpp @@ -22,6 +22,7 @@ #include +#include #include #include #include -- cgit v1.2.3