aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
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 /qt/ScintillaEditBase/PlatQt.h
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 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r--qt/ScintillaEditBase/PlatQt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h
index 4d762bccf..ed51cf598 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -13,6 +13,8 @@
#include <cstddef>
+#include <vector>
+
#include "Platform.h"
#include <QUrl>