Update to use the correct logging library. am: 961e625526 am: f9874a121e
am: 1b44b2b048

Change-Id: I056e6f230f68a58d40793ac14c5574db0641d9c3
diff --git a/tests/memory/1.0/default/MemoryTest.cpp b/tests/memory/1.0/default/MemoryTest.cpp
index ed65410..1f804ca 100644
--- a/tests/memory/1.0/default/MemoryTest.cpp
+++ b/tests/memory/1.0/default/MemoryTest.cpp
@@ -22,6 +22,8 @@
 
 #include <android/hidl/memory/1.0/IMemory.h>
 
+#include <android/log.h>
+
 using android::hidl::memory::V1_0::IMemory;
 
 namespace android {