fixing a LE compilation issue
missing include of a head file. A late check in for Android introduced this. This blocks LE mainline switching to component model. Change-Id: Idc93f1ec9b1ccb548d3119e72ce0e3e797f2039f CRs-Fixed: 1004488
This commit is contained in:
parent
5573c31749
commit
f41f1960c4
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <LocThread.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <platform_lib_macros.h>
|
||||
|
||||
class LocThreadDelegate {
|
||||
LocRunnable* mRunnable;
|
||||
|
|
Loading…
Reference in a new issue