summaryrefslogtreecommitdiff
path: root/libc/malloc_hooks/tests/malloc_hooks_tests.cpp
diff options
context:
space:
mode:
authorDeyao Ren <deyaoren@google.com>2022-05-03 23:29:22 +0000
committerDeyao Ren <deyaoren@google.com>2022-05-03 23:32:40 +0000
commitd3e58df6bf2fda1a45875ab0392ae72e8822a67f (patch)
tree1ce3c4fd7853da865002c3db49501d5870ca50ad /libc/malloc_hooks/tests/malloc_hooks_tests.cpp
parent104b0e32bf408b69de706f1bf91807dcfe3bfb64 (diff)
parent22075821bf31bf9568c53e595f0c0879aadec225 (diff)
Merge TP1A.220422.001
Change-Id: Ifbb581188c9c26b9f4742ff0aba36f0f07fe4e37
Diffstat (limited to 'libc/malloc_hooks/tests/malloc_hooks_tests.cpp')
-rw-r--r--libc/malloc_hooks/tests/malloc_hooks_tests.cpp1
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>