Skip to content

Commit 724a1ca

Browse files
author
Francois Best
committed
Fix non-Arduino builds.
1 parent 03d73c2 commit 724a1ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/midi_Message.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929

3030
#include "midi_Namespace.h"
3131
#include "midi_Defs.h"
32+
#ifndef ARDUINO
33+
#include <string.h>
34+
#endif
3235

3336
BEGIN_MIDI_NAMESPACE
3437

0 commit comments

Comments
 (0)