summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2022-10-05 21:46:42 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-10-05 21:46:42 +0000
commit603ca74e73dd9e63236bf8ff2898f31aaf75c954 (patch)
treeebd65a7e6661026d7a64db38b200385a7445605f
parent6f49edd791c16d228afee7cbf9d2edeac8faa09e (diff)
parent013c38dc421ac911ba363fcb3f7b30fab286ee60 (diff)
Merge "adbd_auth: add missing headers to fix linux build" am: 8aaa93c3ed am: 2aeb942253 am: 013c38dc42
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2240954 Change-Id: Ia80825d4bc56dca037112914e83310c0c0447cdd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--libs/adbd_auth/adbd_auth.cpp2
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>