"Include what you use" for tests
Many of these tests implicitly required the target language library files to include the headers upstream.
This commit is contained in:
parent
c1258323b1
commit
feeb2516ae
17 changed files with 61 additions and 31 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable: 4996) // 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
%}
|
||||
|
||||
%ignore Name::operator=;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue