diff options
author | Neil <nyamatongwe@gmail.com> | 2017-05-10 21:33:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-05-10 21:33:55 +1000 |
commit | 8d317aa120bbd5d1318ef40634197f7967174969 (patch) | |
tree | 98fd7a5ac05bc0c473a4080534642be9b85ce54c | |
parent | 614661b61fccc0b1b9db5356feb800ccaeda218a (diff) | |
download | scintilla-mirror-8d317aa120bbd5d1318ef40634197f7967174969.tar.gz |
Update unit test to match header change.
-rw-r--r-- | test/unit/testDecoration.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testDecoration.cxx b/test/unit/testDecoration.cxx index 9c9532300..040590001 100644 --- a/test/unit/testDecoration.cxx +++ b/test/unit/testDecoration.cxx @@ -3,6 +3,7 @@ #include <cstring> #include <stdexcept> +#include <vector> #include <algorithm> #include <memory> |