summaryrefslogtreecommitdiffstats
path: root/searchcommon/src
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon/src')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/growstrategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/growstrategy.h b/searchcommon/src/vespa/searchcommon/common/growstrategy.h
index a0431b16d51..f772d9f8e10 100644
--- a/searchcommon/src/vespa/searchcommon/common/growstrategy.h
+++ b/searchcommon/src/vespa/searchcommon/common/growstrategy.h
@@ -2,7 +2,7 @@
#pragma once
-#include <stdint.h>
+#include <cstdint>
namespace search {