1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-25 12:08:34 +02:00

Merge pull request #49 from ybunyak/master

Fix build errors
This commit is contained in:
omar 2014-09-25 00:51:55 +02:00
commit e4d4dae3bf

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