diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
commit | f7102b858dc849cc94255bc96f95b880dfd93452 (patch) | |
tree | 3e6164b0b02bb62f7093ddc44bbbaebaf44aacf8 /gps/utils/LocTimer.h | |
parent | cc834f0c4bb0ce51baddc42d11935438bf63394a (diff) |
Initialising brunch based on davidevinavil device tree (CM14.0 branch)
Diffstat (limited to '')
-rw-r--r-- | gps/utils/LocTimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/utils/LocTimer.h b/gps/utils/LocTimer.h index c146852..c6a6362 100644 --- a/gps/utils/LocTimer.h +++ b/gps/utils/LocTimer.h @@ -31,7 +31,7 @@ #define __LOC_TIMER_CPP_H__ #include <stddef.h> -#include <log_util.h> +#include <platform_lib_includes.h> // opaque class to provide service implementation. class LocTimerDelegate; |