Add missing fragment. Surely this kind of bug should be found when SWIG compiles? That is surely SWIG should generate error out if it can't find a fragment it has been asked to use?
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8640 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
23b90b3d1c
commit
9e1e83635f
1 changed files with 4 additions and 0 deletions
|
|
@ -332,6 +332,10 @@
|
|||
#endif
|
||||
%}
|
||||
|
||||
%fragment("<math.h>","header") %{
|
||||
#include <math.h>
|
||||
%}
|
||||
|
||||
%fragment("<wchar.h>","header") %{
|
||||
#include <wchar.h>
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue