Add missing #include <typeinfo> per Trac ticket 11094.

This commit is contained in:
Peter Dimov 2015-03-11 00:27:15 +02:00
parent 67970b9d94
commit dd17b055c6

View File

@ -10,6 +10,7 @@
// //
#include <boost/core/demangle.hpp> #include <boost/core/demangle.hpp>
#include <typeinfo>
#include <iostream> #include <iostream>
template<class T1, class T2> struct Y1 template<class T1, class T2> struct Y1