Add missing headers in generated STL wrappers to fix compilation with gcc-4.6

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12547 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-03-18 06:57:11 +00:00
commit c339c0b4f7
2 changed files with 5 additions and 1 deletions

View file

@ -20,12 +20,13 @@
%}
//
// Common code for supporting the STD C++ namespace
// Common code for supporting the C++ std namespace
//
%{
#include <string>
#include <stdexcept>
#include <stddef.h>
%}