Skip to content

Commit

Permalink
Merge pull request #12 from jturtl/master
Browse files Browse the repository at this point in the history
Add #include <cstdint>
  • Loading branch information
ic-scm authored Oct 24, 2023
2 parents cf4f064 + 9a60285 commit cbd0380
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 cbd0380

Please sign in to comment.