summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorethe <joshh@protonmail.ch>2015-12-15 19:59:02 +0000
committerethe <joshh@protonmail.ch>2015-12-15 19:59:02 +0000
commitacbe8b11a6160293632091514b24efe4bdf0c29c (patch)
tree167745a440577ccf6ab454677e5f641f89d15baa /macosx
parent8ed3e8228f54f73cd72fc0880e4abe4cde15e006 (diff)
downloadjack2-acbe8b11a6160293632091514b24efe4bdf0c29c.tar.gz
Remember to add Foundation.h to use NS*
Diffstat (limited to 'macosx')
-rw-r--r--macosx/coremidi/JackCoreMidiUtil.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/coremidi/JackCoreMidiUtil.mm b/macosx/coremidi/JackCoreMidiUtil.mm
index a93a4658..8014f572 100644
--- a/macosx/coremidi/JackCoreMidiUtil.mm
+++ b/macosx/coremidi/JackCoreMidiUtil.mm
@@ -18,6 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <sstream>
+#include <Foundation/Foundation.h>
#include "JackError.h"
#include "JackCoreMidiUtil.h"