Skip to content

Commit

Permalink
stddef.h
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed May 19, 2024
1 parent 09d07b1 commit d91be30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shape.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// needed for dll export
#include "box2d/box2d.h"

#include <stddef.h>

static b2Shape* b2GetShape(b2World* world, b2ShapeId shapeId)
{
int id = shapeId.index1 - 1;
Expand Down

0 comments on commit d91be30

Please sign in to comment.