mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
stb_rect_pack.h: Impl must include assert.h
This commit is contained in:
parent
5f674fc7e5
commit
ffbea74703
@ -169,6 +169,7 @@ struct stbrp_context
|
||||
|
||||
#ifdef STB_RECT_PACK_IMPLEMENTATION
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user