Skip to content

Commit ed5f065

Browse files
committed
Fixed missing include breaking non-windows builds
1 parent 1f1a2ff commit ed5f065

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DebugUtils/Include/RecastDump.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#ifndef RECAST_DUMP_H
2020
#define RECAST_DUMP_H
2121

22+
#include <stddef.h>
23+
2224
class rcContext;
2325
struct rcCompactHeightfield;
2426
struct rcContourSet;

0 commit comments

Comments
 (0)