From 7cdb9a9ab688988e596d9fce116a0998decd0972 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 2 Dec 2008 20:41:49 +0000 Subject: Cluster: handle CPG flow-control conditions. PollableQueue: allow dispatch functions to refuse dispatch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722614 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/ClusterPlugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp') diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index eaf2631d03..02e6fffb71 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -29,6 +29,7 @@ #include "qpid/log/Statement.h" #include +#include namespace qpid { namespace cluster { -- cgit v1.2.1