Added missing #include <typeinfo> overwritten by previous commit

[SVN r41571]
This commit is contained in:
Ion Gaztañaga
2007-12-02 09:25:53 +00:00
parent 9104031ec0
commit 77dd13811f

View File

@@ -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 {