summaryrefslogtreecommitdiffstats
path: root/libunwindstack/RegsX86_64.cpp
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2018-10-23 15:56:28 +0100
committerChristopher Ferris <cferris@google.com>2018-12-06 10:09:20 -0800
commit3f1f2e07abe919abe044d710aea644d0aebde56a (patch)
tree030fc92defd72d83a7c5c3af173f08922221bf51 /libunwindstack/RegsX86_64.cpp
parent215d1d510ea1d1f076716ab9303f87cbcd8bcacc (diff)
downloadsystem_core-3f1f2e07abe919abe044d710aea644d0aebde56a.tar.gz
system_core-3f1f2e07abe919abe044d710aea644d0aebde56a.tar.bz2
system_core-3f1f2e07abe919abe044d710aea644d0aebde56a.zip
Add missing includes.
Test: Builds. Change-Id: Ia8b79154902503cdd774dc3b4523466123b4324c
Diffstat (limited to 'libunwindstack/RegsX86_64.cpp')
-rw-r--r--libunwindstack/RegsX86_64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/RegsX86_64.cpp b/libunwindstack/RegsX86_64.cpp
index ebad3f421..74cd1cb8d 100644
--- a/libunwindstack/RegsX86_64.cpp
+++ b/libunwindstack/RegsX86_64.cpp
@@ -15,6 +15,7 @@
*/
#include <stdint.h>
+#include <string.h>
#include <functional>