From a574da08ed7a92fa6d15904bedf269802abbcfbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 24 May 2007 05:01:18 +0000 Subject: [PATCH] Added missing allocator include [SVN r37758] --- example/doc_offset_ptr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/doc_offset_ptr.cpp b/example/doc_offset_ptr.cpp index c5c2c25..c20d58d 100644 --- a/example/doc_offset_ptr.cpp +++ b/example/doc_offset_ptr.cpp @@ -28,13 +28,12 @@ class shared_memory_data , boost::interprocess::offset_ptr > member_hook_t; member_hook_t list_hook_; }; - //] //[doc_offset_ptr_1 - #include #include +#include //Definition of the shared memory friendly intrusive list typedef boost::intrusive::list< shared_memory_data::member_hook_t::