diff options
Diffstat (limited to 'absl/base/internal/spinlock_wait.h')
-rw-r--r-- | absl/base/internal/spinlock_wait.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/base/internal/spinlock_wait.h b/absl/base/internal/spinlock_wait.h index 5432c1c..6734cc9 100644 --- a/absl/base/internal/spinlock_wait.h +++ b/absl/base/internal/spinlock_wait.h @@ -22,6 +22,7 @@ // places listing in //base:spinlock_wait_users. If you need to use it outside // of //base, please request permission to be added to that list. +#include <stdint.h> #include <atomic> #include "absl/base/internal/scheduling_mode.h" |