aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/time/clock_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/time/clock_benchmark.cc')
-rw-r--r--absl/time/clock_benchmark.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/time/clock_benchmark.cc b/absl/time/clock_benchmark.cc
index a69fe00..c5c795e 100644
--- a/absl/time/clock_benchmark.cc
+++ b/absl/time/clock_benchmark.cc
@@ -15,6 +15,8 @@
#if !defined(_WIN32)
#include <sys/time.h>
+#else
+#include <winsock2.h>
#endif // _WIN32
#include <cstdio>