mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add missing <cstring>
include for memset
to system.h
Fix compilation with MinGW due to `memset` call added to `system.h` in #6256.
This commit is contained in:
parent
f9464d8144
commit
2e7cb9e4bc
|
@ -18,6 +18,7 @@
|
|||
#include <cinttypes>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <functional>
|
||||
#include <mutex>
|
||||
|
|
Loading…
Reference in a new issue