diff options
Diffstat (limited to 'cpp/src/qpid/client/Sasl.h')
-rw-r--r-- | cpp/src/qpid/client/Sasl.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <memory> #include <string> +#include "qpid/sys/IntegerTypes.h" namespace qpid { @@ -33,7 +34,7 @@ class SecurityLayer; namespace client { -class ConnectionSettings; +struct ConnectionSettings; /** * Interface to SASL support |