浏览代码

stb_rect_pack.h: Impl must include assert.h

Fabian Giesen 10 年之前
父节点
当前提交
ffbea74703
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      stb_rect_pack.h

+ 1 - 0
stb_rect_pack.h

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