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:
parent
3a845051be
commit
92a748bf76
@ -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