Added <assert.h>. I forgot it and GCC-3.3 no longer includes it from

any other header I use.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4845 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-06-02 02:36:46 +00:00
commit fdf7d97330

View file

@ -11,6 +11,7 @@
%insert(runtime) %{
#include <assert.h>
#ifdef __cplusplus
#include <string>