aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/spin_lock
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2020-11-23 13:00:12 +0100
committerTor Egge <Tor.Egge@verizonmedia.com>2020-11-23 13:00:12 +0100
commita510f8c9f01d7c28b7e50cc0463bcc74c05ae323 (patch)
treed45e2d73298a90da5e2808e90238cc5c494e5400 /vespalib/src/tests/spin_lock
parentbc4f71df61c249ed091df5d519d1b37b19b9dc10 (diff)
Include array to get definition of std::array.
Diffstat (limited to 'vespalib/src/tests/spin_lock')
-rw-r--r--vespalib/src/tests/spin_lock/spin_lock_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/spin_lock/spin_lock_test.cpp b/vespalib/src/tests/spin_lock/spin_lock_test.cpp
index 5ba0ca16222..3542bd5d51f 100644
--- a/vespalib/src/tests/spin_lock/spin_lock_test.cpp
+++ b/vespalib/src/tests/spin_lock/spin_lock_test.cpp
@@ -4,6 +4,7 @@
#include <vespa/vespalib/util/benchmark_timer.h>
#include <vespa/vespalib/util/time.h>
#include <vespa/vespalib/testkit/test_kit.h>
+#include <array>
using namespace vespalib;