diff options
author | Neil <nyamatongwe@gmail.com> | 2017-04-29 11:52:49 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-04-29 11:52:49 +1000 |
commit | 102a874a3a8ca376e08d1319b36833297bea39ae (patch) | |
tree | 1ca446e24494a212cce099f3f6b479109025c94f /test/unit/testCellBuffer.cxx | |
parent | 1cc39b2c7bc22ae8aaddefd382c621474732b8c1 (diff) | |
download | scintilla-mirror-102a874a3a8ca376e08d1319b36833297bea39ae.tar.gz |
Use std::unique_ptr, std::vector, and move construction to simplify UndoHistory
and make it easier to modify.
Remove out of date warning suppression.
Diffstat (limited to 'test/unit/testCellBuffer.cxx')
-rw-r--r-- | test/unit/testCellBuffer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx index f6cdf770d..4a8a7b612 100644 --- a/test/unit/testCellBuffer.cxx +++ b/test/unit/testCellBuffer.cxx @@ -2,6 +2,7 @@ #include <cstring> #include <stdexcept> +#include <vector> #include <algorithm> #include <memory> |