commit | de6a5a3f9620b595eb0121e658720cee760e9629 | [log] [tgz] |
---|---|---|
author | Qijiang Fan <fqj@chromium.org> | Thu Aug 05 04:30:22 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 12 08:40:07 2021 |
tree | 7bb2a280809f1f8a75720980174e900e8b945b83 | |
parent | 3129571277de20ef95ab8a0a21217307e1899e48 [diff] |
huddly-updater: include base/logging.h for LOG macros. BUG=b:186486897 TEST=CQ Change-Id: Ic17e6e19dd73c7d267c368d175fc8275bad58107 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/huddly-updater/+/3071467 Reviewed-by: Joe Tessler <jrt@chromium.org> Tested-by: Qijiang Fan <fqj@google.com> Commit-Queue: Qijiang Fan <fqj@google.com>
diff --git a/src/huddly_hpk/hpk_updater.cc b/src/huddly_hpk/hpk_updater.cc index 38e51ef..f7dbdab 100644 --- a/src/huddly_hpk/hpk_updater.cc +++ b/src/huddly_hpk/hpk_updater.cc
@@ -13,6 +13,7 @@ #include <sstream> #include <utility> +#include <base/logging.h> #include <base/time/time.h> #include <cfm-dfu-notification/idfu_notification.h>