commit | 4e7a3077309d33a21b08e9380573019cc7a8cffb | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Apr 06 12:15:23 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Apr 06 22:04:05 2017 +0000 |
tree | 2efcdaaefc18ef56bc6e5b8ac4ff72199a78646d | |
parent | 69571ba233d8da5b5d8e9fd6704b65f916363926 [diff] [blame] |
Fix transitive includes. Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Merged-In: Iff316b21bef556bb026378b7f89e97ded3febef4 Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
diff --git a/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp index cd1a261..c94fa4f 100644 --- a/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp +++ b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp
@@ -24,6 +24,7 @@ #include <VtsHalHidlTargetTestBase.h> +#include <fcntl.h> #include <algorithm> using ::android::hardware::power::V1_0::IPower;