add missing ; detected by improper inclusion of this file via stl.i

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8230 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-06 00:27:49 +00:00
commit 20af03cd45

View file

@ -4,7 +4,16 @@
%include <csharp/std_except.i>
#else
/* avoid to include std/std_except.i unless we really need it */
#if !defined(SWIG_STD_EXCEPTIONS_AS_CLASSES)
%{
#include <stdexcept>
%}
#else
%include <std/std_except.i>
#endif
// Typemaps used by the STL wrappers that throw exceptions.
// These typemaps are used when methods are declared with an STL