diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-02-26 09:00:13 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-02-26 09:00:13 +1100 |
| commit | 09f56ee9d4d300b3e4394332dd66078c8cb5a763 (patch) | |
| tree | 6f67f263f26fc419a9b231ba62ab82ff1198a653 | |
| parent | 3e705a6bf4358c7cd4f7a28f4d893c32d165b3fe (diff) | |
| download | scintilla-mirror-09f56ee9d4d300b3e4394332dd66078c8cb5a763.tar.gz | |
Added string_view to order.
| -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 5eeb320eb..94dd1d6a6 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -33,6 +33,7 @@ #include <stdexcept> #include <new> #include <string> +#include <string_view> #include <vector> #include <deque> #include <map> |
