Boost logo

Boost-Commit :

From: igaztanaga_at_[hidden]
Date: 2007-12-02 04:25:54


Author: igaztanaga
Date: 2007-12-02 04:25:53 EST (Sun, 02 Dec 2007)
New Revision: 41571
URL: http://svn.boost.org/trac/boost/changeset/41571

Log:
Added missing #include <typeinfo> overwritten by previous commit
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-12-02 04:25:53 EST (Sun, 02 Dec 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 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk