commit | df9b7d90ba8ca19583d94af13e757d6bf0e0fcf1 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Tue Jan 09 01:54:51 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 09 01:54:51 2018 +0000 |
tree | dd66c6164df1707bd14b31f49736727493c72732 | |
parent | 74090bc7caac901bcbe9feff1edd0295e5141a74 [diff] | |
parent | 4b8ff4e601c996653462446750894c8bd4053978 [diff] |
Merge "adb: add missing condition_variable include" am: 6097150de6 am: 4a3a792c24 am: 4b8ff4e601 Change-Id: I7a3e3c0ef09aa02cc0b556fbe2066e987e7f3752
diff --git a/adb/client/usb_libusb.cpp b/adb/client/usb_libusb.cpp index a5e6f23..18f585d 100644 --- a/adb/client/usb_libusb.cpp +++ b/adb/client/usb_libusb.cpp
@@ -22,6 +22,7 @@ #include <atomic> #include <chrono> +#include <condition_variable> #include <memory> #include <mutex> #include <string>