From 5b42945e6ad042e02d4ffe3794cbbf886f374420 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 1 May 2017 13:20:59 -0700 Subject: [PATCH] Sensors: IWYU Missing dependency that was being transitively included from MQDescriptor.h. Test: links Bug: 37791060 Change-Id: I5afca1596c83801a49ee0aead85499a5241608e0 --- sensors/1.0/default/Sensors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sensors/1.0/default/Sensors.h b/sensors/1.0/default/Sensors.h index 7d715e0f..be00a961 100644 --- a/sensors/1.0/default/Sensors.h +++ b/sensors/1.0/default/Sensors.h @@ -18,6 +18,7 @@ #define HARDWARE_INTERFACES_SENSORS_V1_0_DEFAULT_SENSORS_H_ +#include #include #include #include -- 2.11.0