From 4972c72c5cf2f27e2a0846ce9ff5d377d3f2b7af Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 15 Dec 2017 11:12:12 -0800 Subject: Changes imported from Abseil "staging" branch: - f59c2332341d6b1a3e045d61eb0065f7a226f807 Avoid preprocessing '__CUDACC_VER__ >= 70000' on CUDA 9,... by Abseil Team - 12dd22cf967603e9a12d58abfe877989d61844e3 Internal change. by Greg Falcon GitOrigin-RevId: f59c2332341d6b1a3e045d61eb0065f7a226f807 Change-Id: If4f5274e6d638a2ac86f1377e6ac0481dc584f19 --- absl/synchronization/internal/create_thread_identity.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/synchronization/internal/create_thread_identity.cc') diff --git a/absl/synchronization/internal/create_thread_identity.cc b/absl/synchronization/internal/create_thread_identity.cc index 0134a4399b42..e7a65cd884a1 100644 --- a/absl/synchronization/internal/create_thread_identity.cc +++ b/absl/synchronization/internal/create_thread_identity.cc @@ -21,6 +21,7 @@ #include +#include "absl/base/attributes.h" #include "absl/base/internal/spinlock.h" #include "absl/base/internal/thread_identity.h" #include "absl/synchronization/internal/per_thread_sem.h" -- cgit 1.4.1