ソースを参照

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 "imconfig.h"
 #include <float.h>          // FLT_MAX
 #include <float.h>          // FLT_MAX
 #include <stdarg.h>         // va_list
 #include <stdarg.h>         // va_list
+#include <stddef.h>         // ptrdiff_t
 #include <stdlib.h>         // NULL, malloc
 #include <stdlib.h>         // NULL, malloc
 
 
 #ifndef IM_ASSERT
 #ifndef IM_ASSERT