Build: Add missing string.h include.

This commit is contained in:
John Kessenich 2016-07-08 23:13:38 -06:00
parent 7f349c73db
commit 75b0316f6a

View File

@ -37,6 +37,8 @@
#include "../Include/ResourceLimits.h"
#include "../MachineIndependent/Versions.h"
#include <string.h>
#ifdef _WIN32
#define C_DECL __cdecl
//#ifdef SH_EXPORTING