mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
Maciej Bialas (bjauy@tlen.pl)
- Add '#include <cstring>', so newer gcc's don't complain about a missing memset function See issue #3595 for more details. svn path=/trunk/; revision=34855
This commit is contained in:
parent
e66ffe54fe
commit
f5c074984b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <ctime>
|
||||
#include <vector>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue