Include missing mutex.h for Android

PiperOrigin-RevId: 493676427
This commit is contained in:
Anay Wadhera
2022-12-07 12:27:40 -08:00
committed by Copybara-Service
parent db4d0744a3
commit 43b099a5d2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -257,6 +257,7 @@ cc_test(
"//internal/platform/implementation/g3", # build_cleaner: keep
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/hash:hash_testing",
"@com_google_absl//absl/synchronization",
"@com_google_googletest//:gtest_main",
],
)
+1
View File
@@ -20,6 +20,7 @@
#include <vector>
#include "gtest/gtest.h"
#include "absl/synchronization/mutex.h"
namespace location {
namespace nearby {