Skip to content

Commit

Permalink
Merge pull request #89 from encoded/master
Browse files Browse the repository at this point in the history
Included <cstdint> for uint types
  • Loading branch information
adamstark authored Oct 26, 2024
2 parents 4d4108e + e575bf8 commit c9e7f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AudioFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include <iterator>
#include <algorithm>
#include <limits>
#include <cstdint>

// disable some warnings on Windows
#if defined (_MSC_VER)
Expand Down

0 comments on commit c9e7f92

Please sign in to comment.