mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +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 "CommandInterface.h"
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <cstddef>
|
||||||
#if !defined(WIN) || defined(__GNUC__)
|
#if !defined(WIN) || defined(__GNUC__)
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user