1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 12:07:13 +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 <cctype>
#include <cstdlib> #include <cstdlib>
#include <cstring>
#include <limits> #include <limits>
#include <utility> #include <utility>