aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-11-20 10:23:14 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-20 10:23:14 +0000
commita60135f773594236ac2e4228773e2a18a181f0a3 (patch)
tree615115678e5b6b48851710a08360e982ad4bbb8b /messagebus_test
parent1776164d76a34d81e887924c372be4c5b3cddc2a (diff)
Add missing include
Diffstat (limited to 'messagebus_test')
-rw-r--r--messagebus_test/src/tests/speed/cpp-client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/messagebus_test/src/tests/speed/cpp-client.cpp b/messagebus_test/src/tests/speed/cpp-client.cpp
index c1d8a8c1c80..7bb30f1f6ff 100644
--- a/messagebus_test/src/tests/speed/cpp-client.cpp
+++ b/messagebus_test/src/tests/speed/cpp-client.cpp
@@ -7,6 +7,7 @@
#include <vespa/messagebus/testlib/simplemessage.h>
#include <vespa/messagebus/testlib/simpleprotocol.h>
#include <vespa/messagebus/testlib/simplereply.h>
+#include <vespa/fastos/timestamp.h>
#include <vespa/fastos/app.h>
using namespace mbus;