aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/unitTest.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-18 13:40:49 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-18 13:40:49 +1000
commitc9efe00bbe087414ad1a7888b6605fc25f795766 (patch)
treeb25744e33ffee95d8d3a6cd04528a1e0d4724118 /test/unit/unitTest.cxx
parent4f1b943a0396a75cb0b4263c3b8b044f32a74266 (diff)
downloadscintilla-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.cxx1
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"