mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-07 22:43:09 +00:00
Fix build errors.
This commit is contained in:
parent
a1162ac001
commit
bd3c53754d
1 changed files with 1 additions and 0 deletions
1
imgui.h
1
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
|
||||
|
|
Loading…
Add table
Reference in a new issue