GCC: Get everything working with gcc 4.6.1.
And by "everything" I mean all the quick regressions.
This commit is contained in:
@@ -164,6 +164,7 @@ class ParamDesc(object):
|
||||
return self.ptype(value)
|
||||
|
||||
def cxx_predecls(self, code):
|
||||
code('#include <cstddef>')
|
||||
self.ptype.cxx_predecls(code)
|
||||
|
||||
def swig_predecls(self, code):
|
||||
|
||||
Reference in New Issue
Block a user