summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/LocalQueue.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-04-23 19:32:06 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-04-23 19:32:06 +0000
commitc90054623cc360ec92a9d0707f9bf4f7c9fb9b96 (patch)
treed798f999ad10bbf1b4f3553676f5c86122794534 /cpp/src/qpid/client/LocalQueue.cpp
parent3959c9e11001d3ab012dd89e212e0ef6868160aa (diff)
downloadqpid-python-c90054623cc360ec92a9d0707f9bf4f7c9fb9b96.tar.gz
Fixes to build under Visual Studio 2008
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@768027 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/LocalQueue.cpp')
-rw-r--r--cpp/src/qpid/client/LocalQueue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/LocalQueue.cpp b/cpp/src/qpid/client/LocalQueue.cpp
index 1ff602f3f8..02fecf804f 100644
--- a/cpp/src/qpid/client/LocalQueue.cpp
+++ b/cpp/src/qpid/client/LocalQueue.cpp
@@ -26,6 +26,7 @@
#include "qpid/framing/reply_exceptions.h"
#include "HandlePrivate.h"
#include "SubscriptionImpl.h"
+#include "CompletionImpl.h"
namespace qpid {
namespace client {