Skip to content

Commit

Permalink
Examples: Add missing <cstdint> include for std::intptr_t (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmd committed May 2, 2023
1 parent cc9c197 commit 483a8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ v0.9.2 (WIP):

BUGFIX: Examples: Use ImGuiKey_KeypadEnter with ImGui r18604 (#183)

BUGFIX: Examples: Add missing <cstdint> include for std::intptr_t (#199)


v0.9.1 (2022-08-27):

Expand Down
1 change: 1 addition & 0 deletions examples/application/source/renderer_ogl3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# include "platform.h"
# include <algorithm>
# include <cstdint> // std::intptr_t

# if PLATFORM(WINDOWS)
# define NOMINMAX
Expand Down

0 comments on commit 483a8f1

Please sign in to comment.