summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-28 14:54:05 +0200
committerGitHub <noreply@github.com>2017-08-28 14:54:05 +0200
commit10751c1edd819792d499131cd549fd972accc2de (patch)
treea1ad230e5ea4f204d4b6aaf1e929afee82420c55 /vespaclient
parent622361fbcb6314ca23d18f64248d4f5f84230803 (diff)
parente3f443548f596443e8ebfca7eec8bc5211f7055a (diff)
Merge pull request #3230 from vespa-engine/balder/move-databuffer-and-compression-to-vespalib
Balder/move databuffer and compression to vespalib
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/mynetwork.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/mynetwork.cpp b/vespaclient/src/vespa/vespaclient/vesparoute/mynetwork.cpp
index ec7c1c623c9..d9d8d0c4056 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/mynetwork.cpp
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/mynetwork.cpp
@@ -3,6 +3,8 @@
#include "mynetwork.h"
#include <vespa/messagebus/emptyreply.h>
#include <vespa/messagebus/sendproxy.h>
+#include <vespa/messagebus/network/oosmanager.h>
+
class MyServiceAddress : public mbus::IServiceAddress {
private: