From ffbea74703c902a12390e10a869e605a4b3bebe6 Mon Sep 17 00:00:00 2001 From: Fabian Giesen Date: Mon, 8 Dec 2014 19:39:49 -0800 Subject: [PATCH] stb_rect_pack.h: Impl must include assert.h --- stb_rect_pack.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stb_rect_pack.h b/stb_rect_pack.h index 6a9e8d3..c30654f 100644 --- a/stb_rect_pack.h +++ b/stb_rect_pack.h @@ -169,6 +169,7 @@ struct stbrp_context #ifdef STB_RECT_PACK_IMPLEMENTATION #include +#include enum { -- GitLab