diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-05-18 08:51:34 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-05-18 08:51:34 -0700 |
commit | 21a61f5e25528364ddbd2e5abdbca66b5986ea77 (patch) | |
tree | fd16f78ce3e80ad7a580c5222e74f5a309519bb7 /libc/malloc_hooks/tests/malloc_hooks_tests.cpp | |
parent | e0de62144accdb9ffc3b65b3b0be81d821b1f2f9 (diff) | |
parent | ee1448019f7f796c2e535d662398390fff044aac (diff) |
Merge ee1448019f7f796c2e535d662398390fff044aac on remote branch
Change-Id: Idee400376fa30c9cd0ed5b272baceddd3d938cea
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> |