commit | 6097150de68fe12d3025b9f7c058c9c9afdc97c3 | [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 | 830fd168deb7366a3af8228f8789e05ab1353453 [diff] | |
parent | 50ecaca744cbc881f48f5d1bf53c7216a0a1ecac [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>