summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2012-06-28 23:26:52 +0000
committerStephen D. Huston <shuston@apache.org>2012-06-28 23:26:52 +0000
commit5b1d83e01ac289ccd44cc6c5c8ccd266a7cb4d73 (patch)
tree5d33612d98723564835d683d860b0c38f8a3dad3
parent0b6c36ed5c9fe8691edbeeebd709ea9e33ab1a51 (diff)
downloadqpid-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.cpp1
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"