summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/thread_bounce_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/tests/thread_bounce_test.cpp')
-rw-r--r--fastos/src/tests/thread_bounce_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/thread_bounce_test.cpp b/fastos/src/tests/thread_bounce_test.cpp
index 91ec6030daa..0d0bd8a5688 100644
--- a/fastos/src/tests/thread_bounce_test.cpp
+++ b/fastos/src/tests/thread_bounce_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
class Thread_Bounce_Test : public BaseForThreadTest
{