Explorar o código

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

ocornut %!s(int64=11) %!d(string=hai) anos
pai
achega
a61b92f362
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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