diff options
Diffstat (limited to 'cocoa/PlatCocoa.mm')
| -rw-r--r-- | cocoa/PlatCocoa.mm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 3ce5abe0e..c5fba7533 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -12,7 +12,9 @@   * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).   */ +#import "Platform.h"  #import "ScintillaView.h" +#import "ScintillaCocoa.h"  #import "PlatCocoa.h"  #include <cstring> | 
