From 9b6a62f94c40ab222a447715c2a1376363169f83 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 12 Dec 2017 16:08:11 -0800 Subject: Include what we use. Test: mma Bug: None Change-Id: I9458aedad9a84f1660d3a2b08717b111dc8e3b74 Exempt-From-Owner-Approval: trivial cleanup --- libs/hwui/ProfileDataContainer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/hwui/ProfileDataContainer.cpp') diff --git a/libs/hwui/ProfileDataContainer.cpp b/libs/hwui/ProfileDataContainer.cpp index cbf3eb390f53..9db0ef1d6e9a 100644 --- a/libs/hwui/ProfileDataContainer.cpp +++ b/libs/hwui/ProfileDataContainer.cpp @@ -19,6 +19,7 @@ #include #include +#include #include namespace android { @@ -75,4 +76,4 @@ void ProfileDataContainer::switchStorageToAshmem(int ashmemfd) { } } /* namespace uirenderer */ -} /* namespace android */ \ No newline at end of file +} /* namespace android */ -- cgit v1.2.3-59-g8ed1b