stdlib.h is needed for malloc
This commit is contained in:
parent
2cb1a2ac97
commit
38e624af66
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
//#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "common/Strings.h"
|
#include "common/Strings.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue