summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/thread_stats_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/thread_stats_test.cpp')
-rw-r--r--fastos/src/tests/thread_stats_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/thread_stats_test.cpp b/fastos/src/tests/thread_stats_test.cpp
index 2f1a9b0d51a..2475e8fb878 100644
--- a/fastos/src/tests/thread_stats_test.cpp
+++ b/fastos/src/tests/thread_stats_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_Stats_Test : public BaseForThreadTest