Merge pull request #378 from macvim-dev/fix/xcode7

Fix build for Xcode 7 or earlier
This commit is contained in:
Kazuki Sakamoto
2016-10-11 10:01:57 -07:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
// DBPrefsWindowController.m
//
#import "MacVim.h"
#import "DBPrefsWindowController.h"
+1
View File
@@ -13,6 +13,7 @@
* Some default NSApplication key input behavior is overridden here.
*/
#import "MacVim.h"
#import "MMApplication.h"
@implementation MMApplication
+1
View File
@@ -19,6 +19,7 @@
* changes were made to adapt the code to MacVim.
*/
#import "MacVim.h"
#import "MMCoreTextView.h"