瀏覽代碼

Fix build errors.

Yaroslav Bunyak 11 年之前
父節點
當前提交
bd3c53754d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      imgui.h

+ 1 - 0
imgui.h

@@ -17,6 +17,7 @@ struct ImGuiWindow;
 #include "imconfig.h"
 #include <float.h>          // FLT_MAX
 #include <stdarg.h>         // va_list
+#include <stddef.h>         // ptrdiff_t
 #include <stdlib.h>         // NULL, malloc
 
 #ifndef IM_ASSERT