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