mirror of
https://github.com/nothings/stb.git
synced 2026-06-23 00:59:40 +00:00
stb_rect_pack.h: Impl must include assert.h
This commit is contained in:
@@ -169,6 +169,7 @@ struct stbrp_context
|
||||
|
||||
#ifdef STB_RECT_PACK_IMPLEMENTATION
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user