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:
parent
601ccfbcb7
commit
d21cfab244
|
@ -21,6 +21,8 @@
|
|||
#include <utils/String8.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
/*
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <utils/ProcessCallStack.h>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <memory>
|
||||
|
||||
#include <utils/Printer.h>
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "SharedBuffer.h"
|
||||
|
||||
namespace android {
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include <utils/Log.h>
|
||||
#include <utils/String16.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "SharedBuffer.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue