Build: Add missing string.h include.
This commit is contained in:
parent
7f349c73db
commit
75b0316f6a
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
||||||
#include "../Include/ResourceLimits.h"
|
#include "../Include/ResourceLimits.h"
|
||||||
#include "../MachineIndependent/Versions.h"
|
#include "../MachineIndependent/Versions.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define C_DECL __cdecl
|
#define C_DECL __cdecl
|
||||||
//#ifdef SH_EXPORTING
|
//#ifdef SH_EXPORTING
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue