aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-09 13:11:37 +0200
committerGitHub <noreply@github.com>2024-04-09 13:11:37 +0200
commite301e836784a8a06ab84f74e1aadda6c92283b28 (patch)
tree56b8145306c17ae448cae9d98a6f252ec9b70577 /searchlib
parent187fa2041eef0ed8179e8487b66675c81ccaa9a8 (diff)
parenta5c6cbe2198bb6ad2a9c5c1b6c821d692ff0eac0 (diff)
Merge pull request #30858 from vespa-engine/toregge/disable-restrict-warning-when-compiling-with-gcc-12-on-debian-or-ubuntu
Turn off restrict warning when compiling with gcc 12 on ubuntu 22.04
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/expression/simple_interpolate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/expression/simple_interpolate.cpp b/searchlib/src/vespa/searchlib/expression/simple_interpolate.cpp
index a3f8d55dec1..28ded485f83 100644
--- a/searchlib/src/vespa/searchlib/expression/simple_interpolate.cpp
+++ b/searchlib/src/vespa/searchlib/expression/simple_interpolate.cpp
@@ -1,6 +1,7 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "simple_interpolate.h"
+#include <cstddef>
namespace search::expression {