diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-04-23 19:32:06 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-04-23 19:32:06 +0000 |
commit | c90054623cc360ec92a9d0707f9bf4f7c9fb9b96 (patch) | |
tree | d798f999ad10bbf1b4f3553676f5c86122794534 /cpp/src/qpid/client/SubscriptionImpl.cpp | |
parent | 3959c9e11001d3ab012dd89e212e0ef6868160aa (diff) | |
download | qpid-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/SubscriptionImpl.cpp')
-rw-r--r-- | cpp/src/qpid/client/SubscriptionImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/SubscriptionImpl.cpp b/cpp/src/qpid/client/SubscriptionImpl.cpp index 1e5fa9f542..82c920cf47 100644 --- a/cpp/src/qpid/client/SubscriptionImpl.cpp +++ b/cpp/src/qpid/client/SubscriptionImpl.cpp @@ -21,6 +21,7 @@ #include "SubscriptionImpl.h" #include "MessageImpl.h" +#include "CompletionImpl.h" #include "SubscriptionManager.h" #include "SubscriptionSettings.h" #include "HandlePrivate.h" |