Skip to content

Commit

Permalink
[ci] Fix build on msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 31, 2024
1 parent 82a6ee1 commit 961df3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/libremidi/message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#include <algorithm>
#include <span>
#include <vector>
#if defined(__cpp_exceptions)
#include <stdexcept>
#endif

namespace libremidi
{
Expand Down

0 comments on commit 961df3d

Please sign in to comment.