From 8da9613b3f866b298bee1236b80bbbc63c554fdf Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 13 Apr 2017 15:17:59 -0700 Subject: libutils: include what you use These includes are included transitively by liblog, but not by the VNDK version of liblog. Bug: 33241851 Test: links with BOARD_VNDK_VERSION := current Change-Id: Ide4aee3cacad2a2bf6bd0cbdf0254c6c245f4020 --- libutils/ProcessCallStack.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libutils/ProcessCallStack.cpp') diff --git a/libutils/ProcessCallStack.cpp b/libutils/ProcessCallStack.cpp index ff8b32a43..b8fb6dc2a 100644 --- a/libutils/ProcessCallStack.cpp +++ b/libutils/ProcessCallStack.cpp @@ -20,6 +20,8 @@ #include #include +#include + #include #include -- cgit v1.2.3