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/unitTest.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/unitTest.cxx')
-rw-r--r-- | test/unit/unitTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx index f56cc1993..679f1bc2e 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -36,6 +36,7 @@ #include <cstdarg> #include <string_view> +#include <vector> #include "Platform.h" |