1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-24 07:40:22 +01:00
This commit is contained in:
ocornut 2014-09-25 11:30:07 +01:00
commit a61b92f362

View File

@ -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