Преглед на файлове

Merge branch 'master' of https://github.com/ocornut/imgui

ocornut преди 11 години
родител
ревизия
a61b92f362
променени са 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