From c2b13417889ca05c880736e49bba91fb1ba4bd5d 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/map_receiver.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/examples/messaging/map_receiver.cpp') diff --git a/cpp/examples/messaging/map_receiver.cpp b/cpp/examples/messaging/map_receiver.cpp index cdbae6007e..cdbb931299 100644 --- a/cpp/examples/messaging/map_receiver.cpp +++ b/cpp/examples/messaging/map_receiver.cpp @@ -31,6 +31,7 @@ #include using namespace qpid::messaging; +using namespace qpid::types; using std::stringstream; using std::string; -- cgit v1.2.1