Skip to content

Commit 0f16ec9

Browse files
committed
Fix build for Xcode 7 or earlier
1 parent a8e1b3d commit 0f16ec9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/MacVim/DBPrefsWindowController.m

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// DBPrefsWindowController.m
33
//
44

5+
#import "MacVim.h"
56
#import "DBPrefsWindowController.h"
67

78

src/MacVim/MMApplication.m

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Some default NSApplication key input behavior is overridden here.
1414
*/
1515

16+
#import "MacVim.h"
1617
#import "MMApplication.h"
1718

1819
@implementation MMApplication

src/MacVim/MMCoreTextView+ToolTip.m

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* changes were made to adapt the code to MacVim.
2020
*/
2121

22+
#import "MacVim.h"
2223
#import "MMCoreTextView.h"
2324

2425

0 commit comments

Comments
 (0)