Skip to content

Commit

Permalink
[29.0.6] fix build error on ubuntu 18.04
Browse files Browse the repository at this point in the history
adbd_auth.cpp:397:27: error: implicit instantiation of undefined template 'std::atomic<unsigned long>'
  • Loading branch information
prife committed Apr 23, 2021
1 parent 8a41eee commit 81b02a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adbd_auth/adbd_auth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <utility>
#include <variant>
#include <vector>
#include <atomic>

#include <android-base/file.h>
#include <android-base/logging.h>
Expand Down

0 comments on commit 81b02a9

Please sign in to comment.