include string.h for strlen

This commit is contained in:
Anonymous Maarten 2024-01-10 15:54:45 +01:00
parent 059f96cd3a
commit cce56f064e

View File

@ -3,6 +3,8 @@
#include "mxtypes.h"
#include <string.h>
class MxDSFile;
class MxDSObject;