mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
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