aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authormitchell <unknown>2018-05-25 16:12:55 -0400
committermitchell <unknown>2018-05-25 16:12:55 -0400
commitfdcfd5a055e284a035e51b1f4a8e9f5584caea6d (patch)
tree12ad653bd1c0d753909bf0ace45107ff5d7768f8 /cocoa
parenta3ac8760d2f9fd6aad9cee595df34a81909be0f0 (diff)
downloadscintilla-mirror-fdcfd5a055e284a035e51b1f4a8e9f5584caea6d.tar.gz
Backport: Add <vector> to files that include Platform.h as likely needed in future.
Backport of changeset 6959:b534742f5fa5.
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/ScintillaCocoa.mm2
-rw-r--r--cocoa/ScintillaView.mm2
2 files changed, 4 insertions, 0 deletions
diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm
index 2bd252e70..b21dbb102 100644
--- a/cocoa/ScintillaCocoa.mm
+++ b/cocoa/ScintillaCocoa.mm
@@ -14,6 +14,8 @@
* This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
*/
+#include <vector>
+
#import <Cocoa/Cocoa.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_5
#import <QuartzCore/CAGradientLayer.h>
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm
index 945fadcbf..f09af9fa4 100644
--- a/cocoa/ScintillaView.mm
+++ b/cocoa/ScintillaView.mm
@@ -9,6 +9,8 @@
* This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
*/
+#include <vector>
+
#import "Platform.h"
#import "ScintillaView.h"
#import "ScintillaCocoa.h"