Merge "missing includes"

am: 78929f3ee0

Change-Id: I3e7a25ded484d516fab453abe434c2e53cf0f27e
This commit is contained in:
Mark Salyzyn
2016-10-17 21:25:59 +00:00
committed by android-build-merger
3 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
#include "Typeface.h"
#include <pthread.h>
#include "MinikinSkia.h"
#include "SkTypeface.h"
#include "SkPaint.h"

View File

@@ -23,6 +23,7 @@
#include <linux/fuse.h>
#include <sys/stat.h>
#include <sys/uio.h>
#include <map>

View File

@@ -23,9 +23,10 @@
#include "ZipEntry.h"
#include <utils/Log.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <time.h>
using namespace android;