diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index a30350585f..37ff2ac6b4 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -23,9 +23,9 @@ */ #include "types.h" -#include "Cluster.h" #include "WriteEstimate.h" #include "OutputInterceptor.h" +#include "NoOpConnectionOutputHandler.h" #include "qpid/broker/Connection.h" #include "qpid/amqp_0_10/Connection.h" @@ -39,6 +39,7 @@ namespace qpid { namespace framing { class AMQFrame; } namespace cluster { +class Cluster; /** Intercept broker::Connection calls for shadow and local cluster connections. */ class Connection : |