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 | 178a0144ee3862c5ab65ed2d17c13e68cf001ba6 (patch) | |
tree | 8d3c773a112c8ec02bab13eaedcf334dfcce34f7 /cpp | |
parent | cc28c0b57673c1518d9f4c7658eb731980c5208e (diff) | |
download | qpid-python-178a0144ee3862c5ab65ed2d17c13e68cf001ba6.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/qpid@1307025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/qpid/broker/windows/SaslAuthenticator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp index 2acc09cded..a38e6ac12a 100644 --- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp +++ b/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> |