summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
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
commita1c2c2f9cf06d101aa8358eb2e78e746a0956b62 (patch)
tree3499af1ca4323a0c375186b5598bb01b14fe9695 /qpid/cpp/src
parent5b6df3a43ef7c3792ee3cc866e12debf785cbe60 (diff)
downloadqpid-python-a1c2c2f9cf06d101aa8358eb2e78e746a0956b62.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@902176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/client/Connector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/client/Connector.cpp b/qpid/cpp/src/qpid/client/Connector.cpp
index 71a49ad54a..a06184fa27 100644
--- a/qpid/cpp/src/qpid/client/Connector.cpp
+++ b/qpid/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>