aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-01-28 09:10:00 +1100
committerNeil <nyamatongwe@gmail.com>2018-01-28 09:10:00 +1100
commit1bd42ee98eff237cbc8e3856aa1e63ef5bc5b64a (patch)
treef056a21042b9c35d350b8356742baea9b4d333a8 /scripts
parent6141b5164e83cf1122027decd88829e735ba707d (diff)
downloadscintilla-mirror-1bd42ee98eff237cbc8e3856aa1e63ef5bc5b64a.tar.gz
Use std::end when filling arrays as reduces chance of mistake.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HeaderOrder.txt1
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>