summaryrefslogtreecommitdiffstats
path: root/sensors
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-01 13:20:59 -0700
committerSteven Moreland <smoreland@google.com>2017-05-02 19:03:58 +0000
commitb3a42f4ff7a88412abb652ce5e7c33fce9fca8f0 (patch)
tree1527503ffb89189eb5837ceac517867e86b73f1b /sensors
parent67795a72da09e25a770d4e88e4a2ebf65cff7fd2 (diff)
downloadandroid_hardware_interfaces-b3a42f4ff7a88412abb652ce5e7c33fce9fca8f0.tar.gz
android_hardware_interfaces-b3a42f4ff7a88412abb652ce5e7c33fce9fca8f0.tar.bz2
android_hardware_interfaces-b3a42f4ff7a88412abb652ce5e7c33fce9fca8f0.zip
Sensors: IWYU
Missing dependency that was being transitively included from MQDescriptor.h. Test: links Bug: 37791060 Change-Id: I5afca1596c83801a49ee0aead85499a5241608e0 (cherry picked from commit 5b42945e6ad042e02d4ffe3794cbbf886f374420)
Diffstat (limited to 'sensors')
-rw-r--r--sensors/1.0/default/Sensors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensors/1.0/default/Sensors.h b/sensors/1.0/default/Sensors.h
index 7d715e0f6..be00a9610 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 <android-base/macros.h>
#include <android/hardware/sensors/1.0/ISensors.h>
#include <hardware/sensors.h>
#include <mutex>