commit | 20db4e3d17bd6a791db46378a2deda8ea0d76b2f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jun 05 22:43:11 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 05 22:43:11 2023 +0000 |
tree | 452e1ccb205b162057d713005006fefb6e49b71a | |
parent | da739b2eeaa3ce12f7978e6d293b39545ebf1ce6 [diff] | |
parent | b3e1993ee55269694c345743191a67fbdc443e97 [diff] |
Merge "Add the Missing Header"
diff --git a/libutils/Errors.cpp b/libutils/Errors.cpp index 74f3bef..dfb4d9b 100644 --- a/libutils/Errors.cpp +++ b/libutils/Errors.cpp
@@ -15,6 +15,8 @@ */ #include <utils/Errors.h> +#include <string.h> + namespace android { std::string statusToString(status_t s) {