commit | f79260bb8b5a9d4ba07c86eb063e8a522b757637 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 08 21:38:51 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 08 21:38:51 2018 +0000 |
tree | 85826e2881e6583b911a9cd0421d9c8ddbcf5f39 | |
parent | efa4a5201cbd4f12650d051865fef14a0b8d1da6 [diff] | |
parent | 74e74fc1aafe5e6df9cbb5b2becd78ab6eab7421 [diff] |
Merge "adb: add missing condition_variable include"
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>