mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-15 00:44:20 +00:00
Moving stdlib.h include outside of imgui.h (#405)
This commit is contained in:
parent
9243aee62c
commit
f87deff0f3
5 changed files with 7 additions and 6 deletions
|
|
@ -512,6 +512,7 @@
|
|||
|
||||
#include <ctype.h> // toupper, isprint
|
||||
#include <math.h> // sqrtf, fabsf, fmodf, powf, cosf, sinf, floorf, ceilf
|
||||
#include <stdlib.h> // NULL, malloc, free, qsort, atoi
|
||||
#include <stdio.h> // vsnprintf, sscanf, printf
|
||||
#include <new> // new (ptr)
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue