From 2feb2e6fc600f8663911c36d362f9764c2ccee0e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 22 Feb 2014 01:11:40 +0000 Subject: [PATCH] Revert fragment for non-UTL languages --- Lib/std/std_except.i | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Lib/std/std_except.i b/Lib/std/std_except.i index 18bbd4ef1..75b8d0fd6 100644 --- a/Lib/std/std_except.i +++ b/Lib/std/std_except.i @@ -2,7 +2,9 @@ #error "do not use this version of std_except.i" #endif -%fragment(""); +%{ +#include +%} #if defined(SWIG_STD_EXCEPTIONS_AS_CLASSES)