commit | 4b1b045057907e7fd51a7ea240f1c0e384c27c0f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Sep 30 13:40:53 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Sep 30 23:35:20 2020 +0000 |
tree | 9f3989ed00b3cb8b5fc62a15967318e6425a023a | |
parent | e261ca2adb80766f894b41b6233be8c8ccffa16c [diff] |
bmc/test: add missing util header Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I384e9d34d65336c9081da88e4378a987b26c8504
diff --git a/bmc/test/firmware_state_uploadinprogress_unittest.cpp b/bmc/test/firmware_state_uploadinprogress_unittest.cpp index d5bd3f3..c1a27fe 100644 --- a/bmc/test/firmware_state_uploadinprogress_unittest.cpp +++ b/bmc/test/firmware_state_uploadinprogress_unittest.cpp
@@ -5,6 +5,7 @@ */ #include "firmware_handler.hpp" #include "firmware_unittest.hpp" +#include "util.hpp" #include <cstdint> #include <string>
diff --git a/bmc/test/firmware_unittest.hpp b/bmc/test/firmware_unittest.hpp index 445523c..e9db343 100644 --- a/bmc/test/firmware_unittest.hpp +++ b/bmc/test/firmware_unittest.hpp
@@ -5,6 +5,7 @@ #include "flags.hpp" #include "image_mock.hpp" #include "triggerable_mock.hpp" +#include "util.hpp" #include <memory> #include <string>