diff options
| author | Scott Mertz <scott@cyngn.com> | 2015-11-06 17:44:53 -0800 |
|---|---|---|
| committer | Arvin Quilao <arquilao@gmail.com> | 2015-12-17 12:20:45 +0800 |
| commit | 0461c229fbbbfa61e74ac8f8fa87f93344d1c6df (patch) | |
| tree | 94f47c83d887983fcadb4f60deb0c1a1be7775a6 /gps | |
| parent | 974a7db70d962f957fe5f27aa0a3050e63a0b483 (diff) | |
crackling: gps: fix build for OSS builds
Change-Id: Iccd0386e5993b48934610c942dbbc29dcd4580b3
Diffstat (limited to 'gps')
| -rw-r--r-- | gps/core/UlpProxyBase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gps/core/UlpProxyBase.h b/gps/core/UlpProxyBase.h index 59e265e..0a2ff0e 100644 --- a/gps/core/UlpProxyBase.h +++ b/gps/core/UlpProxyBase.h @@ -30,11 +30,12 @@ #define ULP_PROXY_BASE_H #include <gps_extended.h> -#include "fused_location_extended.h" namespace loc_core { class LocAdapterBase; +class FlpExtLocation; +class FlpExtBatchOptions; class UlpProxyBase { public: |
