stb_rect_pack.h: Impl must include assert.h

master
Fabian Giesen ago%!(EXTRA string=11 years)
parent 5f674fc7e5
commit ffbea74703
  1. 1
      stb_rect_pack.h

@ -169,6 +169,7 @@ struct stbrp_context
#ifdef STB_RECT_PACK_IMPLEMENTATION
#include <stdlib.h>
#include <assert.h>
enum
{

Loading…
Cancel
Save