mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +02:00
Add missing standard include (fixes #644)
... which is apparently needed on some systems. I guess we might be missing includes all over the place.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "CommandInterface.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <cstddef>
|
||||
#if !defined(WIN) || defined(__GNUC__)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user