summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-01-28 21:09:49 +0100
committerTor Egge <Tor.Egge@online.no>2023-01-28 21:09:49 +0100
commit9bbddec3d5f4243053d61e31dac2c98dafa04691 (patch)
treeeb929df89693f9ebf52976e4de1d05d01b998a20 /fbench
parentdd81671f4a11b081cf7e2b8e9ae0ebd077ea1a77 (diff)
Include cstdint to get declaration of fixed width integer types.
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/util/clientstatus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbench/src/util/clientstatus.h b/fbench/src/util/clientstatus.h
index 15db42359d8..a6c472b9cba 100644
--- a/fbench/src/util/clientstatus.h
+++ b/fbench/src/util/clientstatus.h
@@ -1,6 +1,7 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
+#include <cstdint>
#include <map>
#include <vector>
#include <string>