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 | 1bd42ee98eff237cbc8e3856aa1e63ef5bc5b64a (patch) | |
tree | f056a21042b9c35d350b8356742baea9b4d333a8 /scripts | |
parent | 6141b5164e83cf1122027decd88829e735ba707d (diff) | |
download | scintilla-mirror-1bd42ee98eff237cbc8e3856aa1e63ef5bc5b64a.tar.gz |
Use std::end when filling arrays as reduces chance of mistake.
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 c16b7bdff..5eeb320eb 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -39,6 +39,7 @@ #include <set> #include <forward_list> #include <algorithm> +#include <iterator> #include <functional> #include <memory> #include <regex> |