diff options
author | Abseil Team <absl-team@google.com> | 2017-12-15T19·12-0800 |
---|---|---|
committer | Ashley Hedberg <ahedberg@google.com> | 2017-12-18T15·00-0500 |
commit | 4972c72c5cf2f27e2a0846ce9ff5d377d3f2b7af (patch) | |
tree | c95abdf920010c988925dbc22d11eb789552534d /absl/time/clock.cc | |
parent | 6280bddf55e675219cacc25a6a12bc5ddc0fdc74 (diff) |
Changes imported from Abseil "staging" branch:
- f59c2332341d6b1a3e045d61eb0065f7a226f807 Avoid preprocessing '__CUDACC_VER__ >= 70000' on CUDA 9,... by Abseil Team <absl-team@google.com> - 12dd22cf967603e9a12d58abfe877989d61844e3 Internal change. by Greg Falcon <gfalcon@google.com> GitOrigin-RevId: f59c2332341d6b1a3e045d61eb0065f7a226f807 Change-Id: If4f5274e6d638a2ac86f1377e6ac0481dc584f19
Diffstat (limited to 'absl/time/clock.cc')
-rw-r--r-- | absl/time/clock.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/time/clock.cc b/absl/time/clock.cc index 9f2e0781868a..59709dea0cf3 100644 --- a/absl/time/clock.cc +++ b/absl/time/clock.cc @@ -1,5 +1,7 @@ #include "absl/time/clock.h" +#include "absl/base/attributes.h" + #ifdef _WIN32 #include <windows.h> #endif |