summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/tests/array/sort_benchmark.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/tests/array/sort_benchmark.cpp b/staging_vespalib/src/tests/array/sort_benchmark.cpp
index a7629084094..1914e3ead9e 100644
--- a/staging_vespalib/src/tests/array/sort_benchmark.cpp
+++ b/staging_vespalib/src/tests/array/sort_benchmark.cpp
@@ -3,6 +3,7 @@
#include <vespa/vespalib/util/rusage.h>
#include <vespa/vespalib/util/array.hpp>
#include <csignal>
+#include <algorithm>
#include <vespa/log/log.h>
LOG_SETUP("sort_benchmark");