commit | d53bae4c14f62582fc1974612764e0f817ef1d7c | [log] [tgz] |
---|---|---|
author | omar <omarcornut@gmail.com> | Sat May 12 18:58:59 2018 +0200 |
committer | omar <omarcornut@gmail.com> | Sat May 12 18:58:59 2018 +0200 |
tree | d63dd43f0eed427e8d4afa776cf8a82aa4f71bdf | |
parent | 8adbf081af404d2d580870cfe59b27db85528507 [diff] |
Demo: Fixing build due to using INT_MAX, UINT_MAX, LLONG_MAX, ULLONG_MAX.
diff --git a/imgui_demo.cpp b/imgui_demo.cpp index 46df24a..049cc06 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp
@@ -24,6 +24,7 @@ #include "imgui.h" #include <ctype.h> // toupper, isprint +#include <limits.h> // INT_MIN, INT_MAX #include <math.h> // sqrtf, powf, cosf, sinf, floorf, ceilf #include <stdio.h> // vsnprintf, sscanf, printf #include <stdlib.h> // NULL, malloc, free, atoi