Update to use the correct logging library.

Test: compiles
Change-Id: I00467b964fd56e6379cddde26152e413f2f00379
diff --git a/gnss/1.0/default/GnssDebug.cpp b/gnss/1.0/default/GnssDebug.cpp
index e227e17..d61f91d 100644
--- a/gnss/1.0/default/GnssDebug.cpp
+++ b/gnss/1.0/default/GnssDebug.cpp
@@ -15,6 +15,7 @@
  */
 
 #define LOG_TAG "GnssHAL_GnssDebugInterface"
+#include <android/log.h>
 
 #include "GnssDebug.h"