From 65a26e7d25cf8155693981b0f2b245cc1dff8f0f Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 24 Mar 2008 17:43:55 +0000 Subject: - Refactored RefCounted class to avoid virtual inheritance - Removed extraneous includes and definitions from RefCounted.h - Fixed all the places that were relying on RefCounted.h to be including the intrusive_ptr header file and were assuming that something had imported intrusive_ptr into the qpid namespace git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@640479 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ISList.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/src/tests/ISList.cpp') diff --git a/qpid/cpp/src/tests/ISList.cpp b/qpid/cpp/src/tests/ISList.cpp index de06f130ff..81301e3732 100644 --- a/qpid/cpp/src/tests/ISList.cpp +++ b/qpid/cpp/src/tests/ISList.cpp @@ -24,6 +24,7 @@ #include "test_tools.h" #include #include +#include #include QPID_AUTO_TEST_SUITE(ISListTestSuite) @@ -31,6 +32,7 @@ QPID_AUTO_TEST_SUITE(ISListTestSuite) using namespace qpid; using namespace std; using boost::assign::list_of; +using boost::intrusive_ptr; // Comparison, op== and << for ILists in qpid namespace for template lookup. -- cgit v1.2.1