From 76589a9e66997ad7d12c5689240e7481bf7b67b2 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 29 Mar 2010 16:00:24 +0000 Subject: QPID-664: move Variant and Uuid from messaging to types namespace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@928814 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/messaging/drain.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/examples/messaging/drain.cpp') diff --git a/cpp/examples/messaging/drain.cpp b/cpp/examples/messaging/drain.cpp index 38f6bdbb98..807b361aaf 100644 --- a/cpp/examples/messaging/drain.cpp +++ b/cpp/examples/messaging/drain.cpp @@ -32,6 +32,7 @@ #include using namespace qpid::messaging; +using namespace qpid::types; struct Options : public qpid::Options { -- cgit v1.2.1