Skip to content

Commit

Permalink
oem: Add missing <cstdint> include
Browse files Browse the repository at this point in the history
GCC 13 (as usual for new compiler releases) shuffles around some
internal includes and so <cstdint> etc is no longer transitively included.

See https://www.gnu.org/software/gcc/gcc-13/porting_to.html.

Closes: #20
Bug: https://bugs.gentoo.org/891713
  • Loading branch information
thesamesam authored and Flow86 committed Jan 26, 2023
1 parent eb4b49b commit cd706aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "oem.h"
#include <array>
#include <cstdint>

namespace libsiedler2 {

Expand Down

0 comments on commit cd706aa

Please sign in to comment.