Skip to content

Commit

Permalink
Fix malloc include on macos (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjoecox authored May 10, 2024
1 parent 0ebf0ba commit da10949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/2s2h/resource/importer/TextureAnimationFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit da10949

Please sign in to comment.