From 2ea3fa5cc12695ac0b71e2835f502ba9c1cbaefd Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 31 Jul 2018 18:16:41 -0700 Subject: [PATCH] IWYU: healthd IPCThreadState Bug: 65843592 Test: m Change-Id: I6f235c8a851079f335cfbc15b9bdb6f9d34d91fe --- health/2.0/utils/libhealthservice/HealthServiceCommon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp b/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp index acb4501c08..039570a7c0 100644 --- a/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp +++ b/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp @@ -23,6 +23,7 @@ #include #include #include +#include using android::hardware::IPCThreadState; using android::hardware::configureRpcThreadpool;