diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-05-04 22:00:54 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-05-04 22:00:54 +0000 |
commit | 1e2a5b442ed6cbd75ee202c586c4ac98efdbc39b (patch) | |
tree | 1ce3c4fd7853da865002c3db49501d5870ca50ad /libc/malloc_hooks/tests/malloc_hooks_tests.cpp | |
parent | 37ccbfb25a177bd95f94d9729866ab69b3d1a16a (diff) | |
parent | d3e58df6bf2fda1a45875ab0392ae72e8822a67f (diff) |
Snap for 8541317 from d3e58df6bf2fda1a45875ab0392ae72e8822a67f to t-keystone-qcom-release
Change-Id: I5a5a621f348d9923e636e3d3597b38ffa3b0ed02
Diffstat (limited to 'libc/malloc_hooks/tests/malloc_hooks_tests.cpp')
-rw-r--r-- | libc/malloc_hooks/tests/malloc_hooks_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp index d16270fc6..3ff2537c3 100644 --- a/libc/malloc_hooks/tests/malloc_hooks_tests.cpp +++ b/libc/malloc_hooks/tests/malloc_hooks_tests.cpp @@ -38,6 +38,7 @@ #include <gtest/gtest.h> +#include <android-base/test_utils.h> #include <bionic/malloc.h> #include <private/bionic_malloc_dispatch.h> #include <tests/utils.h> |