commit | 4b8ff4e601c996653462446750894c8bd4053978 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Tue Jan 09 00:56:34 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 09 00:56:34 2018 +0000 |
tree | f5487905e21258d6950befb518d95d89d948a373 | |
parent | c2d95cbec0bdf1fd9b272b1ab07075f2941f4c07 [diff] | |
parent | 4a3a792c247496ef7c55274459933f83a63d2710 [diff] |
Merge "adb: add missing condition_variable include" am: 6097150de6 am: 4a3a792c24 Change-Id: I47703540bb2fbb27895b7f90684f0de7db085c7d
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>