summaryrefslogtreecommitdiffstats
path: root/slobrok
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 /slobrok
parentdd81671f4a11b081cf7e2b8e9ae0ebd077ea1a77 (diff)
Include cstdint to get declaration of fixed width integer types.
Diffstat (limited to 'slobrok')
-rw-r--r--slobrok/src/vespa/slobrok/server/ok_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/slobrok/src/vespa/slobrok/server/ok_state.h b/slobrok/src/vespa/slobrok/server/ok_state.h
index a8308a35ac4..0332329edef 100644
--- a/slobrok/src/vespa/slobrok/server/ok_state.h
+++ b/slobrok/src/vespa/slobrok/server/ok_state.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 <string>
namespace slobrok {