diff options
author | Florian Mayer <fmayer@google.com> | 2018-10-23 15:56:28 +0100 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2018-12-06 10:09:20 -0800 |
commit | 3f1f2e07abe919abe044d710aea644d0aebde56a (patch) | |
tree | 030fc92defd72d83a7c5c3af173f08922221bf51 /libunwindstack/Symbols.cpp | |
parent | 215d1d510ea1d1f076716ab9303f87cbcd8bcacc (diff) | |
download | system_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/Symbols.cpp')
-rw-r--r-- | libunwindstack/Symbols.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/Symbols.cpp b/libunwindstack/Symbols.cpp index 14ebdbbc5..e3c15a298 100644 --- a/libunwindstack/Symbols.cpp +++ b/libunwindstack/Symbols.cpp @@ -17,6 +17,7 @@ #include <elf.h> #include <stdint.h> +#include <algorithm> #include <string> #include <unwindstack/Memory.h> |