diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-01-28 09:10:00 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-01-28 09:10:00 +1100 |
| commit | 56ac67e29e56182e950929331c627310787b8931 (patch) | |
| tree | 895ca2d839bf403977423fd07df195e5d0463cc0 /scripts | |
| parent | 0adf380a4baa2e879279e35b9a5b48fb7d860444 (diff) | |
| download | scintilla-mirror-56ac67e29e56182e950929331c627310787b8931.tar.gz | |
Backport: Use std::end when filling arrays as reduces chance of mistake.
Backport of changeset 6436:a366ce1a811e.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/HeaderOrder.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 1e7ccad17..4d384d8b9 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -40,6 +40,7 @@ #include <set> #include <forward_list> #include <algorithm> +#include <iterator> #include <functional> #include <memory> #include <regex> |
