Since this code uses assert, #include <assert.h> is needed.

This commit is contained in:
Eric Wing 2013-08-07 15:12:36 -07:00 committed by Oliver Buchtala
commit 4503c53903

View file

@ -1,5 +1,6 @@
%insert(init) %{
#include <assert.h>
SWIGRUNTIME void
SWIG_V8_SetModule(void *, swig_module_info *swig_module) {