mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Fixed compiling Box2D on some platforms (memory.h doesn't exist in every build environment)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <Box2D/Collision/b2BroadPhase.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
|
||||
b2BroadPhase::b2BroadPhase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user