diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-18 13:40:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-18 13:40:49 +1000 |
commit | c9efe00bbe087414ad1a7888b6605fc25f795766 (patch) | |
tree | b25744e33ffee95d8d3a6cd04528a1e0d4724118 /test/unit/testCharClassify.cxx | |
parent | 4f1b943a0396a75cb0b4263c3b8b044f32a74266 (diff) | |
download | scintilla-mirror-c9efe00bbe087414ad1a7888b6605fc25f795766.tar.gz |
Add <vector> to files that include Platform.h as likely needed in future.
Diffstat (limited to 'test/unit/testCharClassify.cxx')
-rw-r--r-- | test/unit/testCharClassify.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testCharClassify.cxx b/test/unit/testCharClassify.cxx index 18918164f..fe2e94238 100644 --- a/test/unit/testCharClassify.cxx +++ b/test/unit/testCharClassify.cxx @@ -3,6 +3,7 @@ #include <cstring> #include <string_view> +#include <vector> #include <algorithm> #include <memory> #include <iostream> |