diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-02 09:22:19 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-02 09:22:19 +1100 |
commit | 5c45424014f7967591fb4dd5a449d4e5bad539f2 (patch) | |
tree | 9e5cf837791b45c7ec23c9fa95b0322d5a5e77e7 /scripts | |
parent | 95eab9f67ccbe2fbc7c233ace6a187d377f3586f (diff) | |
download | scintilla-mirror-5c45424014f7967591fb4dd5a449d4e5bad539f2.tar.gz |
Added <deque> to order.
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 4ab980cb4..2496a34a3 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -27,6 +27,7 @@ #include <new> #include <string> #include <vector> +#include <deque> #include <map> #include <set> #include <algorithm> |