diff options
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r-- | cocoa/PlatCocoa.mm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 69eb160eb..2d29bf2be 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -12,9 +12,8 @@ * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt). */ -#import <ScintillaView.h> - -#include "PlatCocoa.h" +#import "ScintillaView.h" +#import "PlatCocoa.h" #include <cstring> #include <cstdio> @@ -22,6 +21,7 @@ #include <assert.h> #include <sys/time.h> #include <stdexcept> +#include <vector> #include <map> #include "XPM.h" |