Fix transitive include.

Was relying on include from MQDescriptor.h

Test: pass
Change-Id: Ic3f24fea3875ed1f598b18e4a1fa05c226a86037
diff --git a/keystore-engine/keystore_backend_hidl.cpp b/keystore-engine/keystore_backend_hidl.cpp
index b00cf4e..9a84e67 100644
--- a/keystore-engine/keystore_backend_hidl.cpp
+++ b/keystore-engine/keystore_backend_hidl.cpp
@@ -23,6 +23,7 @@
 #include "keystore_backend_hidl.h"
 
 #include <android/system/wifi/keystore/1.0/IKeystore.h>
+#include <log/log.h>
 
 using android::hardware::hidl_vec;
 using android::hardware::Return;
diff --git a/keystore/keystore_get_wifi_hidl.cpp b/keystore/keystore_get_wifi_hidl.cpp
index 7dbf20c..79639b6 100644
--- a/keystore/keystore_get_wifi_hidl.cpp
+++ b/keystore/keystore_get_wifi_hidl.cpp
@@ -20,8 +20,8 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
 
-#include <android-base/logging.h>
 #include <android/system/wifi/keystore/1.0/IKeystore.h>
+#include <log/log.h>
 
 #include <keystore/keystore_get.h>