summaryrefslogtreecommitdiff
path: root/Lib/lua
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lua')
-rw-r--r--Lib/lua/std_except.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lua/std_except.i b/Lib/lua/std_except.i
index fd63663af..34ab6a1ad 100644
--- a/Lib/lua/std_except.i
+++ b/Lib/lua/std_except.i
@@ -8,6 +8,7 @@
* ----------------------------------------------------------------------------- */
%{
+#include <typeinfo>
#include <stdexcept>
%}
%include <exception.i>