diff options
Diffstat (limited to 'gnss/1.1/default/GnssDebug.cpp')
| -rw-r--r-- | gnss/1.1/default/GnssDebug.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnss/1.1/default/GnssDebug.cpp b/gnss/1.1/default/GnssDebug.cpp index 62870e4c53..471ed2421d 100644 --- a/gnss/1.1/default/GnssDebug.cpp +++ b/gnss/1.1/default/GnssDebug.cpp @@ -18,9 +18,11 @@ #include <log/log.h> -#include "GnssConstants.h" +#include "Constants.h" #include "GnssDebug.h" +using namespace ::android::hardware::gnss::common; + namespace android { namespace hardware { namespace gnss { |
