From bf6ea8120caeb9ed44e9c9ccdfad052a78cef318 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 7 Jan 2009 23:08:13 +0000 Subject: Adapt to recent changes/additions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732551 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Sasl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/qpid/client') diff --git a/cpp/src/qpid/client/Sasl.h b/cpp/src/qpid/client/Sasl.h index e7a911ebce..9dc5817f3d 100644 --- a/cpp/src/qpid/client/Sasl.h +++ b/cpp/src/qpid/client/Sasl.h @@ -24,6 +24,7 @@ #include #include +#include "qpid/sys/IntegerTypes.h" namespace qpid { @@ -33,7 +34,7 @@ class SecurityLayer; namespace client { -class ConnectionSettings; +struct ConnectionSettings; /** * Interface to SASL support -- cgit v1.2.1