Fix tier1.lib compilation issues

This commit is contained in:
GAMMACASE 2023-09-10 18:58:57 +03:00 committed by Nicholas Hastings
parent 4680b0ee44
commit 956c4cf296

View File

@ -40,6 +40,7 @@
// which causes random crashes if used! Added until proper solution is made.
#define PREVENT_DEBUG_USAGE
#include "platform.h"
#include <stddef.h>
#if defined( OSX )
#include <malloc/malloc.h>