diff options
| author | Charles E. Rolke <chug@apache.org> | 2012-03-29 18:17:22 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2012-03-29 18:17:22 +0000 |
| commit | 129dc4c55dd793f6dc51cdeefecc5bce6009e50d (patch) | |
| tree | 00a6f4c6d875715f4645dcb8179731c231784c83 /qpid/cpp/src | |
| parent | 4e11497843f074ac6ededf32a7d1f5c0a733ad43 (diff) | |
| download | qpid-python-129dc4c55dd793f6dc51cdeefecc5bce6009e50d.tar.gz | |
QPID-3921 C++ header files need tidyup
Windows build needs same treatment as rest of the files in r1306595
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1307025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 2acc09cded..a38e6ac12a 100644 --- a/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/qpid/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp @@ -25,6 +25,7 @@ #include "qpid/broker/Connection.h" #include "qpid/log/Statement.h" #include "qpid/framing/reply_exceptions.h" +#include "qpid/framing/FieldValue.h" #include <windows.h> |
