summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-01-22 17:01:32 +0000
committerStephen D. Huston <shuston@apache.org>2010-01-22 17:01:32 +0000
commitd54b47125c334204835129556190767f6cedb06f (patch)
tree115abe7b221cee77c6464be71776ef86d1b8f4ba /cpp
parent616640974f53bacf594942362eae9f666c952fdf (diff)
downloadqpid-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.cpp1
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>