aboutsummaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorScott Mertz <scott@cyngn.com>2015-11-06 17:44:53 -0800
committerArvin Quilao <arquilao@gmail.com>2015-12-17 12:20:45 +0800
commit0461c229fbbbfa61e74ac8f8fa87f93344d1c6df (patch)
tree94f47c83d887983fcadb4f60deb0c1a1be7775a6 /gps
parent974a7db70d962f957fe5f27aa0a3050e63a0b483 (diff)
crackling: gps: fix build for OSS builds
Change-Id: Iccd0386e5993b48934610c942dbbc29dcd4580b3
Diffstat (limited to 'gps')
-rw-r--r--gps/core/UlpProxyBase.h3
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: