summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 14:01:22 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-06 14:01:22 +0000
commit128ca2aee7529a972ba16c222a1f5dc7398b3235 (patch)
tree161069f5e234e9aa8c7a17f6b9e99465457daa97 /messagebus
parent1e9a21a8701848c4ad7306968bf21a88f24a5bfb (diff)
Add missing include
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/vespa/messagebus/network/rpcnetwork.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp b/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp
index d76994dd39d..412dc29d4f2 100644
--- a/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp
+++ b/messagebus/src/vespa/messagebus/network/rpcnetwork.cpp
@@ -17,6 +17,7 @@
#include <vespa/vespalib/stllike/asciistream.h>
#include <vespa/vespalib/util/size_literals.h>
#include <vespa/vespalib/util/stringfmt.h>
+#include <vespa/vespalib/util/gate.h>
#include <vespa/fastos/thread.h>
#include <thread>