diff options
author | Tao Bao <tbao@google.com> | 2017-10-17 18:01:50 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-17 18:01:50 +0200 |
commit | bab1e8efc87029c347fdf14dea6d154889695b18 (patch) | |
tree | 4507a0c3c6de9d6106d3521e3aba46fb0b72c083 /tests | |
parent | Merge "Fix owner email address." (diff) | |
parent | otautil: Move RangeSet implementation into rangeset.cpp. (diff) | |
download | android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.tar android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.tar.gz android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.tar.bz2 android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.tar.lz android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.tar.xz android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.tar.zst android_bootable_recovery-bab1e8efc87029c347fdf14dea6d154889695b18.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/component/imgdiff_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/component/imgdiff_test.cpp b/tests/component/imgdiff_test.cpp index 161d58d45..bf591dae4 100644 --- a/tests/component/imgdiff_test.cpp +++ b/tests/component/imgdiff_test.cpp @@ -24,6 +24,7 @@ #include <android-base/file.h> #include <android-base/memory.h> #include <android-base/stringprintf.h> +#include <android-base/strings.h> #include <android-base/test_utils.h> #include <applypatch/imgdiff.h> #include <applypatch/imgdiff_image.h> |