We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9c197 commit 483a8f1Copy full SHA for 483a8f1
docs/CHANGELOG.txt
@@ -23,6 +23,8 @@ v0.9.2 (WIP):
23
24
BUGFIX: Examples: Use ImGuiKey_KeypadEnter with ImGui r18604 (#183)
25
26
+ BUGFIX: Examples: Add missing <cstdint> include for std::intptr_t (#199)
27
+
28
29
v0.9.1 (2022-08-27):
30
examples/application/source/renderer_ogl3.cpp
@@ -4,6 +4,7 @@
4
5
# include "platform.h"
6
# include <algorithm>
7
+# include <cstdint> // std::intptr_t
8
9
# if PLATFORM(WINDOWS)
10
# define NOMINMAX
0 commit comments