From 81b02a90e64bf823992c3296df0f8037b248939f Mon Sep 17 00:00:00 2001 From: zhongkaizhu Date: Fri, 23 Apr 2021 19:44:42 +0800 Subject: [PATCH] [29.0.6] fix build error on ubuntu 18.04 adbd_auth.cpp:397:27: error: implicit instantiation of undefined template 'std::atomic' --- lib/adbd_auth/adbd_auth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/adbd_auth/adbd_auth.cpp b/lib/adbd_auth/adbd_auth.cpp index b3201bd..7840701 100644 --- a/lib/adbd_auth/adbd_auth.cpp +++ b/lib/adbd_auth/adbd_auth.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include