diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-01-22 17:01:32 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-01-22 17:01:32 +0000 |
commit | d54b47125c334204835129556190767f6cedb06f (patch) | |
tree | 115abe7b221cee77c6464be71776ef86d1b8f4ba /cpp | |
parent | 616640974f53bacf594942362eae9f666c952fdf (diff) | |
download | qpid-python-d54b47125c334204835129556190767f6cedb06f.tar.gz |
#include SecurityLayer.h needs to go back in; MSVC needs to see the class def for auto_ptr use in activateSecurityLayer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@902176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/qpid/client/Connector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/Connector.cpp b/cpp/src/qpid/client/Connector.cpp index 71a49ad54a..a06184fa27 100644 --- a/cpp/src/qpid/client/Connector.cpp +++ b/cpp/src/qpid/client/Connector.cpp @@ -23,6 +23,7 @@ #include "qpid/Exception.h" #include "qpid/log/Statement.h" +#include "qpid/sys/SecurityLayer.h" #include <map> |