Add stddef.h back in to SwigPySequence_Base fragment

This commit is contained in:
William S Fulton 2017-03-17 19:20:02 +00:00
commit fa65b24b78

View file

@ -102,7 +102,7 @@ namespace swig {
}
}
%fragment("SwigPySequence_Base","header",fragment="StdTraits")
%fragment("SwigPySequence_Base","header",fragment="<stddef.h>",fragment="StdTraits")
{
%#include <functional>