소스 검색

Missing includes for some platforms

ocornut 11 년 전
부모
커밋
678f6d3a3d
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      imgui.cpp

+ 3 - 1
imgui.cpp

@@ -156,8 +156,10 @@
 */
 
 #include "imgui.h"
-#include <ctype.h>
+#include <ctype.h>		// toupper
+#include <limits.h>		// INT_MAX
 #include <math.h>		// sqrt
+#include <stdint.h>		// intptr_t
 #include <stdio.h>		// vsnprintf
 #include <string.h>		// memset