Commit dd12983d by Dmitri Gribenko Committed by Copybara-Service

Include `cstdint` where necessary.

PiperOrigin-RevId: 593780380
Change-Id: Id80217c63dd76bafbcfb79a7ee10807f1b771cb2
parent 8184f16e
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#ifndef ABSL_TIME_CLOCK_H_ #ifndef ABSL_TIME_CLOCK_H_
#define ABSL_TIME_CLOCK_H_ #define ABSL_TIME_CLOCK_H_
#include <cstdint>
#include "absl/base/config.h" #include "absl/base/config.h"
#include "absl/base/macros.h" #include "absl/base/macros.h"
#include "absl/time/time.h" #include "absl/time/time.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment