commit | 57a935613c39fa8cd02d7dec5c68a992fbbccc4d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Feb 06 22:08:12 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 06 22:08:12 2023 +0000 |
tree | c13751e4cbb0fd15520f26edd3a015caeb186938 | |
parent | ba16edbdd23a04545482d4d8feed25970f4202bb [diff] | |
parent | 3f061f98130b4fa158207055b710ab63b13370f2 [diff] |
Merge "fastboot: Fix missing endian header in fastboot_driver.h to avoid header confusion"
diff --git a/fastboot/fastboot_driver.h b/fastboot/fastboot_driver.h index bccd668..b422c91 100644 --- a/fastboot/fastboot_driver.h +++ b/fastboot/fastboot_driver.h
@@ -32,6 +32,7 @@ #include <string> #include <vector> +#include <android-base/endian.h> #include <android-base/logging.h> #include <android-base/stringprintf.h> #include <android-base/unique_fd.h>