From 55a3ec923ef6fd1e77df6c607734c10c8ca3fb99 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 12 Oct 2017 13:27:26 -0700 Subject: Add missing includes. Change-Id: I652b42aa8355e66405d3207e61d577b5ddf9ae17 Exempt-From-Owner-Approval: trivial cleanup Test: mma Bug: None --- libs/hwui/ProfileDataContainer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/hwui/ProfileDataContainer.cpp') diff --git a/libs/hwui/ProfileDataContainer.cpp b/libs/hwui/ProfileDataContainer.cpp index cbf3eb390f53..70a77ed5f10e 100644 --- a/libs/hwui/ProfileDataContainer.cpp +++ b/libs/hwui/ProfileDataContainer.cpp @@ -16,6 +16,8 @@ #include "ProfileDataContainer.h" +#include + #include #include @@ -75,4 +77,4 @@ void ProfileDataContainer::switchStorageToAshmem(int ashmemfd) { } } /* namespace uirenderer */ -} /* namespace android */ \ No newline at end of file +} /* namespace android */ -- cgit v1.2.3