summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/rankedhit.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/common/rankedhit.h')
-rw-r--r--searchlib/src/vespa/searchlib/common/rankedhit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/common/rankedhit.h b/searchlib/src/vespa/searchlib/common/rankedhit.h
index d1feb5e3282..bd66f884a08 100644
--- a/searchlib/src/vespa/searchlib/common/rankedhit.h
+++ b/searchlib/src/vespa/searchlib/common/rankedhit.h
@@ -5,8 +5,8 @@
#pragma once
#include "hitrank.h"
-#include <sys/types.h>
-#include <stdint.h>
+#include <cstdint>
+#include <cstddef>
namespace search {