diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-31 09:23:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-31 09:23:20 +1000 |
commit | c31087a0aab296176f8a8c16369855edc79b8e06 (patch) | |
tree | 827b9f2a0e98159415d5a3090e9a17c86b0be684 /test/unit/unitTest.cxx | |
parent | f2ef0f3e866479c1c88eb899c8291a6d93f72928 (diff) | |
download | scintilla-mirror-c31087a0aab296176f8a8c16369855edc79b8e06.tar.gz |
Backport: Allow std::unique_ptr to be used more widely.
Backport of changeset 7008:1f95757fa242.
Diffstat (limited to 'test/unit/unitTest.cxx')
-rw-r--r-- | test/unit/unitTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx index 4a1537369..cd948ff6d 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -36,6 +36,7 @@ #include <cstdarg> #include <vector> +#include <memory> #include "Platform.h" |