diff options
author | 2024-05-24 06:31:45 +0000 | |
---|---|---|
committer | 2024-05-24 06:31:45 +0000 | |
commit | df55f52e05eaac908ac93e09e7ae95148d9a0006 (patch) | |
tree | 4f16e60d640f7e293b65ba45e8c3d45a8a0c4a0f | |
parent | 79534df80660e8abd324fc3f632016507ad90235 (diff) | |
parent | a99e1cd67b5d2237200bf23b44a03e0eb31e9326 (diff) |
Merge "Fix build with ToT libc++" into main am: dbecfa8c6e am: a99e1cd67b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3100617
Change-Id: I9237b05efe647e6c779c7eec52ee8008e144228c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | cmds/dumpstate/DumpstateUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/DumpstateUtil.h b/cmds/dumpstate/DumpstateUtil.h index 9e955e3c04..ae7152a26a 100644 --- a/cmds/dumpstate/DumpstateUtil.h +++ b/cmds/dumpstate/DumpstateUtil.h @@ -18,6 +18,7 @@ #include <cstdint> #include <string> +#include <vector> /* * Converts seconds to milliseconds. |