Skip to content

Commit

Permalink
Merge pull request thestk#277 from veprbl/patch-1
Browse files Browse the repository at this point in the history
RtMidi.cpp: include TargetConditionals.h on Apple platforms
  • Loading branch information
garyscavone authored Feb 20, 2022
2 parents f6e7378 + 9d863be commit 713134e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RtMidi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@

#include "RtMidi.h"
#include <sstream>
#if defined(__APPLE__)
#include <TargetConditionals.h>
#endif

#if (TARGET_OS_IPHONE == 1)

Expand Down

0 comments on commit 713134e

Please sign in to comment.