소스 검색

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
 {