Merge "missing includes"

This commit is contained in:
Treehugger Robot
2016-10-17 21:12:08 +00:00
committed by Gerrit Code Review
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;