Skip to content

Commit

Permalink
Add #include <cstdint>
Browse files Browse the repository at this point in the history
Compile was broken. Now it is not.
  • Loading branch information
jturtl committed Oct 24, 2023
1 parent cf4f064 commit 9a60285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/brstm.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <fstream>
#include <cstring>
#include <errno.h>
#include <cstdint>

//Bool endian: 0 = little endian, 1 = big endian

Expand Down

0 comments on commit 9a60285

Please sign in to comment.