aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.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/UnitTester.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/UnitTester.cxx')
-rw-r--r--test/unit/UnitTester.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.cxx b/test/unit/UnitTester.cxx
index 177ecf672..d36a91f28 100644
--- a/test/unit/UnitTester.cxx
+++ b/test/unit/UnitTester.cxx
@@ -9,6 +9,7 @@
#include <cstdarg>
#include <string_view>
+#include <vector>
#include "Platform.h"