mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-04 21:15:09 +00:00
Missing includes for some platforms
This commit is contained in:
parent
42419b59c0
commit
678f6d3a3d
1 changed files with 3 additions and 1 deletions
|
@ -156,8 +156,10 @@
|
|||
*/
|
||||
|
||||
#include "imgui.h"
|
||||
#include <ctype.h>
|
||||
#include <ctype.h> // toupper
|
||||
#include <limits.h> // INT_MAX
|
||||
#include <math.h> // sqrt
|
||||
#include <stdint.h> // intptr_t
|
||||
#include <stdio.h> // vsnprintf
|
||||
#include <string.h> // memset
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue