summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-01-28 11:16:32 +0100
committerTor Egge <Tor.Egge@online.no>2022-01-28 11:16:32 +0100
commit222da08cd51afbf42d63801cd847b736de66a654 (patch)
tree3d7cde942f23401b0666fd9dfe1ba9e0b2a0bcfb /vespalib
parentf179eb39a887ca6fcc65e5f5d625bc76a25d3b73 (diff)
Include <array> when using std::array.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/cpu_usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/cpu_usage.h b/vespalib/src/vespa/vespalib/util/cpu_usage.h
index fd270d194b4..31309d88f5f 100644
--- a/vespalib/src/vespa/vespalib/util/cpu_usage.h
+++ b/vespalib/src/vespa/vespalib/util/cpu_usage.h
@@ -6,6 +6,7 @@
#include "spin_lock.h"
#include <vespa/vespalib/util/time.h>
#include <vespa/vespalib/stllike/string.h>
+#include <array>
#include <memory>
#include <future>
#include <vector>