diff options
| author | 2022-10-05 22:16:47 +0000 | |
|---|---|---|
| committer | 2022-10-05 22:16:47 +0000 | |
| commit | 4fcc50f5d9009742f2a33c18a060a07e5d917e34 (patch) | |
| tree | 228b46873f7c54179f6021f0ac6866a2ed32182e /libs | |
| parent | 0372cf1a36acf185b7d2149ea0509619b7ecb099 (diff) | |
| parent | 603ca74e73dd9e63236bf8ff2898f31aaf75c954 (diff) | |
Merge "adbd_auth: add missing headers to fix linux build" am: 8aaa93c3ed am: 2aeb942253 am: 013c38dc42 am: 603ca74e73
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2240954
Change-Id: Ifa18fe21a113640ec1633d926f8ef3979d65a62c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/adbd_auth/adbd_auth.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/adbd_auth/adbd_auth.cpp b/libs/adbd_auth/adbd_auth.cpp index 15bd5c3913..ebc74fb3d8 100644 --- a/libs/adbd_auth/adbd_auth.cpp +++ b/libs/adbd_auth/adbd_auth.cpp @@ -23,8 +23,10 @@ #include <sys/eventfd.h> #include <sys/uio.h> +#include <atomic> #include <chrono> #include <deque> +#include <optional> #include <string> #include <string_view> #include <tuple> |