summaryrefslogtreecommitdiffstats
path: root/metrics/src/tests/stresstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/src/tests/stresstest.cpp')
-rw-r--r--metrics/src/tests/stresstest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/metrics/src/tests/stresstest.cpp b/metrics/src/tests/stresstest.cpp
index 70194ecd861..5a2a736e9ba 100644
--- a/metrics/src/tests/stresstest.cpp
+++ b/metrics/src/tests/stresstest.cpp
@@ -1,5 +1,5 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
+#include <vespa/fastos/fastos.h>
#include <vespa/metrics/metrics.h>
#include <vespa/metrics/loadmetric.hpp>
#include <vespa/metrics/summetric.hpp>
@@ -108,7 +108,7 @@ OuterMetricSet::~OuterMetricSet() { }
//std::cerr << "Loadgiver thread joined\n";
}
- void run() override {
+ virtual void run() override {
uint64_t i = 0;
while (running()) {
++i;