Skip to content

Commit

Permalink
Add cstdint include to fix vendored compilation (#123)
Browse files Browse the repository at this point in the history
I have no idea why, but this fixes the Linux build of my Haskell bindings. If not appropriate to mainline, go ahead and dismiss the PR - I can put it in a local patch.
  • Loading branch information
ejconlon authored Nov 27, 2024
1 parent c082cb2 commit 154621e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libremidi/message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <libremidi/config.hpp>

#include <algorithm>
#include <cstdint>
#include <span>
#include <vector>
#if defined(__cpp_exceptions)
Expand Down

0 comments on commit 154621e

Please sign in to comment.