ExternalInterface: fix error from missing header on Linux in commit 95411acb8c

This commit is contained in:
Josh Tynjala
2023-03-28 13:00:20 -07:00
parent 95411acb8c
commit a68e9c4b8e

View File

@@ -54,6 +54,7 @@
#endif
#include <cstdlib>
#include <cstring>
DEFINE_KIND (k_finalizer);