Add <typeinfo> header for std::bad_cast

This commit is contained in:
Daniel Vollmer 2016-09-17 13:24:32 +02:00
commit ce1cb85d86
8 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#endif
%{
#include <typeinfo>
#include <stdexcept>
%}