diff options
author | mitchell <unknown> | 2018-05-25 16:12:55 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-05-25 16:12:55 -0400 |
commit | fdcfd5a055e284a035e51b1f4a8e9f5584caea6d (patch) | |
tree | 12ad653bd1c0d753909bf0ace45107ff5d7768f8 /test/unit/UnitTester.cxx | |
parent | a3ac8760d2f9fd6aad9cee595df34a81909be0f0 (diff) | |
download | scintilla-mirror-fdcfd5a055e284a035e51b1f4a8e9f5584caea6d.tar.gz |
Backport: Add <vector> to files that include Platform.h as likely needed in future.
Backport of changeset 6959:b534742f5fa5.
Diffstat (limited to 'test/unit/UnitTester.cxx')
-rw-r--r-- | test/unit/UnitTester.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/UnitTester.cxx b/test/unit/UnitTester.cxx index 048abf24e..0383deeeb 100644 --- a/test/unit/UnitTester.cxx +++ b/test/unit/UnitTester.cxx @@ -8,6 +8,8 @@ #include <cstdio> #include <cstdarg> +#include <vector> + #include "Platform.h" #define CATCH_CONFIG_WINDOWS_CRTDBG |