Add missing includes.

Includes are transitively imported by <string> in String8.h + String16.h
but that include is being removed.

Test: pass
Change-Id: Ide5c011b40b4a4f031dd26ead08b5c8d5d299693
This commit is contained in:
Steven Moreland 2017-03-10 08:58:36 -08:00
parent 601ccfbcb7
commit d21cfab244
4 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include <utils/String8.h>
#include <utils/Log.h>
#include <stdlib.h>
namespace android {
/*

View File

@ -20,6 +20,7 @@
#include <utils/ProcessCallStack.h>
#include <dirent.h>
#include <memory>
#include <utils/Printer.h>

View File

@ -18,6 +18,8 @@
#include <utils/Log.h>
#include <ctype.h>
#include "SharedBuffer.h"
namespace android {

View File

@ -23,6 +23,8 @@
#include <utils/Log.h>
#include <utils/String16.h>
#include <ctype.h>
#include "SharedBuffer.h"
/*