commit | 2ea3fa5cc12695ac0b71e2835f502ba9c1cbaefd | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jul 31 18:16:41 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Aug 01 01:23:53 2018 +0000 |
tree | 45d2a913a4593c7ce4ffe1d91b2250d3d150736a | |
parent | 0e193786e89847e05e52e2e6908ef337f4912259 [diff] [blame] |
IWYU: healthd IPCThreadState Bug: 65843592 Test: m Change-Id: I6f235c8a851079f335cfbc15b9bdb6f9d34d91fe
diff --git a/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp b/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp index acb4501..039570a 100644 --- a/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp +++ b/health/2.0/utils/libhealthservice/HealthServiceCommon.cpp
@@ -23,6 +23,7 @@ #include <health2/service.h> #include <healthd/healthd.h> #include <hidl/HidlTransportSupport.h> +#include <hwbinder/IPCThreadState.h> using android::hardware::IPCThreadState; using android::hardware::configureRpcThreadpool;