1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Include string.h in system path library to compile on Linux.

This commit is contained in:
Sandu Liviu Catalin 2016-07-04 16:56:49 +03:00
parent 82ddf372f3
commit 69edbcd8d2

View File

@ -5,6 +5,7 @@
// ------------------------------------------------------------------------------------------------
#include <cctype>
#include <cstdlib>
#include <cstring>
#include <limits>
#include <utility>