forked from boostorg/core
Add missing #include <typeinfo> per Trac ticket 11094.
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
//
|
||||
|
||||
#include <boost/core/demangle.hpp>
|
||||
#include <typeinfo>
|
||||
#include <iostream>
|
||||
|
||||
template<class T1, class T2> struct Y1
|
||||
|
Reference in New Issue
Block a user