From cd4a5d0fb60375d4c4f1836147640a5dafd4e71f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 18 Jan 2018 12:00:30 -0800 Subject: [PATCH] Include what we use. Bug: None Test: mm Change-Id: I664f436e233e284339fbab86701ac7279e8e8aa1 Exempt-From-Owner-Approval: Janitorial --- msm8994/libcopybit/software_converter.cpp | 1 + msm8994/libgralloc/ionalloc.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/msm8994/libcopybit/software_converter.cpp b/msm8994/libcopybit/software_converter.cpp index e5c03b57..5b41d41a 100644 --- a/msm8994/libcopybit/software_converter.cpp +++ b/msm8994/libcopybit/software_converter.cpp @@ -28,6 +28,7 @@ */ #include +#include #include #include #include "software_converter.h" diff --git a/msm8994/libgralloc/ionalloc.cpp b/msm8994/libgralloc/ionalloc.cpp index 91a930ca..71290398 100644 --- a/msm8994/libgralloc/ionalloc.cpp +++ b/msm8994/libgralloc/ionalloc.cpp @@ -29,6 +29,7 @@ #define DEBUG 0 #define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL) +#include #include #include #include