Fix malloc include on macos (#354)

This commit is contained in:
Garrett Cox
2024-05-22 09:05:04 -05:00
parent b809d80b8f
commit 820b628beb
@@ -2,7 +2,7 @@
#include "2s2h/resource/type/TextureAnimation.h"
#include <libultraship/libultraship.h>
#include "spdlog/spdlog.h"
#include <malloc.h>
#include <stdlib.h>
namespace SOH {