Merge "missing includes" am: 78929f3ee0

am: 6a8f0d70b0

Change-Id: I40ff974f4333aaa714a63d5436b822491b9d78d6
This commit is contained in:
Mark Salyzyn
2016-10-17 21:31:35 +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;