Skip to content

Commit

Permalink
ci: add missing header on msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 23, 2024
1 parent 38ff62a commit a6a8234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/libremidi/protocols/remote_control.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

#include <cmath>

#include <array>
#include <cinttypes>
#include <cstdint>
#include <cstdio>
#include <functional>
#include <span>
Expand Down

0 comments on commit a6a8234

Please sign in to comment.