diff options
| author | Stephen D. Huston <shuston@apache.org> | 2012-06-28 23:26:52 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2012-06-28 23:26:52 +0000 |
| commit | 5b1d83e01ac289ccd44cc6c5c8ccd266a7cb4d73 (patch) | |
| tree | 5d33612d98723564835d683d860b0c38f8a3dad3 | |
| parent | 0b6c36ed5c9fe8691edbeeebd709ea9e33ab1a51 (diff) | |
| download | qpid-python-5b1d83e01ac289ccd44cc6c5c8ccd266a7cb4d73.tar.gz | |
Add missing include of qpid/framing/FieldValue.h. Fixes QPID-4097.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1355193 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/wcf/src/Apache/Qpid/Interop/InputLink.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/wcf/src/Apache/Qpid/Interop/InputLink.cpp b/qpid/wcf/src/Apache/Qpid/Interop/InputLink.cpp index 2b0119e338..f8189df0dd 100644 --- a/qpid/wcf/src/Apache/Qpid/Interop/InputLink.cpp +++ b/qpid/wcf/src/Apache/Qpid/Interop/InputLink.cpp @@ -21,6 +21,7 @@ #include <msclr\lock.h> #include "qpid/client/AsyncSession.h" +#include "qpid/framing/FieldValue.h" #include "qpid/framing/FrameSet.h" #include "qpid/client/SubscriptionManager.h" #include "qpid/client/Connection.h" |
