commit | 3f1f2e07abe919abe044d710aea644d0aebde56a | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Tue Oct 23 15:56:28 2018 +0100 |
committer | Christopher Ferris <cferris@google.com> | Thu Dec 06 10:09:20 2018 -0800 |
tree | 030fc92defd72d83a7c5c3af173f08922221bf51 | |
parent | 215d1d510ea1d1f076716ab9303f87cbcd8bcacc [diff] [blame] |
Add missing includes. Test: Builds. Change-Id: Ia8b79154902503cdd774dc3b4523466123b4324c
diff --git a/libunwindstack/Symbols.cpp b/libunwindstack/Symbols.cpp index 14ebdbb..e3c15a2 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>