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:
parent
82ddf372f3
commit
69edbcd8d2
@ -5,6 +5,7 @@
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include <cctype>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <limits>
|
||||
#include <utility>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user