summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/search_context_params.h2
-rw-r--r--searchcommon/src/vespa/searchcommon/common/range.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/searchcommon/src/vespa/searchcommon/attribute/search_context_params.h b/searchcommon/src/vespa/searchcommon/attribute/search_context_params.h
index d15a97629f0..96c3d7f3470 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/search_context_params.h
+++ b/searchcommon/src/vespa/searchcommon/attribute/search_context_params.h
@@ -2,6 +2,8 @@
#pragma once
+#include <stddef.h>
+
namespace search {
namespace attribute {
diff --git a/searchcommon/src/vespa/searchcommon/common/range.h b/searchcommon/src/vespa/searchcommon/common/range.h
index f33630daaf4..5bcf2355eb9 100644
--- a/searchcommon/src/vespa/searchcommon/common/range.h
+++ b/searchcommon/src/vespa/searchcommon/common/range.h
@@ -4,6 +4,9 @@
#pragma once
+#include <limits>
+#include <stdint.h>
+
namespace search
{