Add missing includes.

Change-Id: I8bc852db7396baa5367a4fc5d013dd9852353a4f
Exempt-From-Owner-Approval: trivial cleanup
Test: mma
Bug: None
This commit is contained in:
Dan Albert 2017-10-20 11:38:51 -07:00
parent 0a0cfb1377
commit 436ab10d3c
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <utils/Log.h>
#include <hardware/memtrack.h>

View File

@ -31,6 +31,8 @@
#define INCLUDE_LIBQCOM_COMPTYPES
#include <stdint.h>
#include <string.h>
#include <utils/Singleton.h>
#include <cutils/properties.h>