Added missing <cstring> include for memset().
This commit is contained in:
parent
e0ee17e9ea
commit
da29055611
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
typedef int ssize_t;
|
||||
|
|
Loading…
Reference in a new issue