2
0
mirror of https://github.com/boostorg/core.git synced 2026-01-19 04:02:18 +00:00

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 <typeinfo>
#include <iostream>
template<class T1, class T2> struct Y1