From 8fcd77a76234f245816b81ba0c5508bb3ec58d5a Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Mon, 28 May 2012 12:54:33 -0700 Subject: [PATCH] Fix build breakage of Mac Cocoa app. --- cpp/src/SynthApp.xcodeproj/project.pbxproj | 9 ++++++++- cpp/src/sin.cc | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cpp/src/SynthApp.xcodeproj/project.pbxproj b/cpp/src/SynthApp.xcodeproj/project.pbxproj index 03d547c..64f76c0 100644 --- a/cpp/src/SynthApp.xcodeproj/project.pbxproj +++ b/cpp/src/SynthApp.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 45; + objectVersion = 46; objects = { /* Begin PBXBuildFile section */ @@ -182,7 +182,14 @@ }; buildConfigurationList = F2D5F35CD2FF169326ADC8E8 /* Build configuration list for PBXProject "SynthApp" */; compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 56669AEF9C728CE587C3E8A3; projectDirPath = ""; projectReferences = ( diff --git a/cpp/src/sin.cc b/cpp/src/sin.cc index 56e06f3..22d8899 100644 --- a/cpp/src/sin.cc +++ b/cpp/src/sin.cc @@ -16,6 +16,7 @@ #include +#include "synth.h" #include "sin.h" #define R (1 << 29)