Merge "Add missing includes."

This commit is contained in:
Treehugger Robot 2018-12-06 20:22:17 +00:00 committed by Gerrit Code Review
commit e813ad4b4f
11 changed files with 11 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <libgen.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>

View file

@ -17,6 +17,7 @@
#pragma once
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <sys/mman.h>
#include <string>

View file

@ -19,6 +19,7 @@
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>

View file

@ -16,6 +16,7 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/ptrace.h>
#include <sys/stat.h>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -15,6 +15,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <functional>

View file

@ -17,6 +17,7 @@
#include <elf.h>
#include <stdint.h>
#include <algorithm>
#include <string>
#include <unwindstack/Memory.h>