summaryrefslogtreecommitdiff
path: root/wcf
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
commit378addc15cb2b1e16c44a769f73d6f7b7065d4ab (patch)
tree33e0cafb21d8af90238063bb4d792e5d1bbf4adc /wcf
parentcfcef7455220fec129fb3b05163bc6db8a2d168e (diff)
downloadqpid-python-378addc15cb2b1e16c44a769f73d6f7b7065d4ab.tar.gz
Add missing include of qpid/framing/FieldValue.h. Fixes QPID-4097.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1355193 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'wcf')
-rw-r--r--wcf/src/Apache/Qpid/Interop/InputLink.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcf/src/Apache/Qpid/Interop/InputLink.cpp b/wcf/src/Apache/Qpid/Interop/InputLink.cpp
index 2b0119e338..f8189df0dd 100644
--- a/wcf/src/Apache/Qpid/Interop/InputLink.cpp
+++ b/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"