$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: igaztanaga_at_[hidden]
Date: 2007-11-26 11:34:14
Author: igaztanaga
Date: 2007-11-26 11:34:13 EST (Mon, 26 Nov 2007)
New Revision: 41400
URL: http://svn.boost.org/trac/boost/changeset/41400
Log:
Added missing #include <typeinfo>
Text files modified: 
   trunk/libs/interprocess/test/named_creation_template.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/interprocess/test/named_creation_template.hpp
==============================================================================
--- trunk/libs/interprocess/test/named_creation_template.hpp	(original)
+++ trunk/libs/interprocess/test/named_creation_template.hpp	2007-11-26 11:34:13 EST (Mon, 26 Nov 2007)
@@ -15,6 +15,7 @@
 #include <boost/interprocess/exceptions.hpp>
 #include "boost_interprocess_check.hpp"
 #include <iostream>
+#include <typeinfo>
 #include <boost/interprocess/creation_tags.hpp>
 
 namespace boost { namespace interprocess { namespace test {