summaryrefslogtreecommitdiffstats
path: root/searchlib
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 /searchlib
parentdd81671f4a11b081cf7e2b8e9ae0ebd077ea1a77 (diff)
Include cstdint to get declaration of fixed width integer types.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/postinglistbm/stress_runner.h1
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/test/searchhistory.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/tests/postinglistbm/stress_runner.h b/searchlib/src/tests/postinglistbm/stress_runner.h
index cf80d8b696b..51792320ffc 100644
--- a/searchlib/src/tests/postinglistbm/stress_runner.h
+++ b/searchlib/src/tests/postinglistbm/stress_runner.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>
#include <vector>
diff --git a/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.h b/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.h
index 9b31577cd9c..9d4994e9d36 100644
--- a/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.h
+++ b/searchlib/src/vespa/searchlib/queryeval/test/searchhistory.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 <ostream>
#include <string>
#include <vector>