Commit 75b0316f by John Kessenich

Build: Add missing string.h include.

parent 7f349c73
......@@ -37,6 +37,8 @@
#include "../Include/ResourceLimits.h"
#include "../MachineIndependent/Versions.h"
#include <string.h>
#ifdef _WIN32
#define C_DECL __cdecl
//#ifdef SH_EXPORTING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment