mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed compiling Box2D on some platforms (memory.h doesn't exist in every build environment)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <Box2D/Common/b2BlockAllocator.h>
|
||||
#include <limits.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] =
|
||||
|
||||
Reference in New Issue
Block a user