diff options
Diffstat (limited to 'src/common/mem_arena.cpp')
| -rw-r--r-- | src/common/mem_arena.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/mem_arena.cpp b/src/common/mem_arena.cpp index 76c70701d..f233d4a3a 100644 --- a/src/common/mem_arena.cpp +++ b/src/common/mem_arena.cpp | |||
| @@ -17,12 +17,16 @@ | |||
| 17 | 17 | ||
| 18 | #include <string> | 18 | #include <string> |
| 19 | 19 | ||
| 20 | #include "common/memory_util.h" | 20 | #include "common/logging/log.h" |
| 21 | #include "common/mem_arena.h" | 21 | #include "common/mem_arena.h" |
| 22 | #include "common/memory_util.h" | ||
| 22 | #include "common/string_util.h" | 23 | #include "common/string_util.h" |
| 23 | 24 | ||
| 24 | #ifndef _WIN32 | 25 | #ifndef _WIN32 |
| 25 | #include <fcntl.h> | 26 | #include <fcntl.h> |
| 27 | #include <string.h> | ||
| 28 | #include <unistd.h> | ||
| 29 | |||
| 26 | #ifdef ANDROID | 30 | #ifdef ANDROID |
| 27 | #include <sys/ioctl.h> | 31 | #include <sys/ioctl.h> |
| 28 | #include <linux/ashmem.h> | 32 | #include <linux/ashmem.h> |