1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-12-18 02:26:06 +01:00

Fix build errors.

This commit is contained in:
Yaroslav Bunyak 2014-09-25 01:45:54 +03:00
parent a1162ac001
commit bd3c53754d

View File

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