Skip to content

Commit

Permalink
Include <cstdint> for std::uint32_t
Browse files Browse the repository at this point in the history
This way it builds also with GCC 13, which no more implicitly includes
<cstdint> from other headers included in this file.
  • Loading branch information
pinotree committed Aug 3, 2023
1 parent 69ab331 commit 073c03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lager/event_loop/sdl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <cassert>
#include <cstddef>
#include <cstdint>

#if __EMSCRIPTEN__
#include <emscripten.h>
Expand Down

0 comments on commit 073c03a

Please sign in to comment.