diff options
| author | Gordon Sim <gsim@apache.org> | 2012-10-19 21:13:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2012-10-19 21:13:35 +0000 |
| commit | c8a556ac7a321ef9d658ab8d8b2b5b4c923ea9d6 (patch) | |
| tree | befe80ee780e1ee912df5d547e56212e4939dc28 /cpp/src/qpid/NullSaslServer.cpp | |
| parent | ea0ace4ed2241781166670f0ffb260afff15abdd (diff) | |
| download | qpid-python-c8a556ac7a321ef9d658ab8d8b2b5b4c923ea9d6.tar.gz | |
QPID-4368: Compilation fixes for some platforms
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400296 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/NullSaslServer.cpp')
| -rw-r--r-- | cpp/src/qpid/NullSaslServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/NullSaslServer.cpp b/cpp/src/qpid/NullSaslServer.cpp index 5139fec42f..8f415ba3ba 100644 --- a/cpp/src/qpid/NullSaslServer.cpp +++ b/cpp/src/qpid/NullSaslServer.cpp @@ -20,6 +20,7 @@ */ #include "NullSaslServer.h" #include "qpid/log/Statement.h" +#include "qpid/sys/SecurityLayer.h" #include <assert.h> #include <boost/format.hpp> |
