diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-12-21 20:52:34 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-12-21 20:52:34 +0000 |
| commit | 04b33aaa49e6d74a4e5189df321d2ee99b198b41 (patch) | |
| tree | 8e708e5f43b19a8df76d5540813a75b5ec74afc1 | |
| parent | 32a5df4984ede0f8e1b5642822dde6f6528b6c1d (diff) | |
| download | qpid-python-04b33aaa49e6d74a4e5189df321d2ee99b198b41.tar.gz | |
NO-JIRA: Added Broker.h to recover from r1425038 in windows builds
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1425137 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 1 | ||||
| -rw-r--r-- | cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 40e74be018..c04d037a6e 100644 --- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp @@ -23,6 +23,7 @@ // accessing authentication mechanisms, analogous to Cyrus SASL. #include "qpid/broker/Connection.h" +#include "qpid/broker/Broker.h" #include "qpid/log/Statement.h" #include "qpid/framing/reply_exceptions.h" #include "qpid/framing/FieldValue.h" diff --git a/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp b/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp index 919bdc6eab..90785263d3 100644 --- a/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp +++ b/cpp/src/qpid/store/ms-clfs/MSSqlClfsProvider.cpp @@ -26,6 +26,7 @@ #include <string> #include <windows.h> #include <clfsw32.h> +#include <qpid/broker/Broker.h> #include <qpid/broker/RecoverableQueue.h> #include <qpid/log/Statement.h> #include <qpid/store/MessageStorePlugin.h> |
