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 | d77d42af4f0d64e85f2860804652d4a976f23e54 (patch) | |
tree | eb8aadff2170ace2074af5e298c298f9ab60cc29 /test/unit/unitTest.cxx | |
parent | 3677788973daca0bcfe164b5b74a67877d6b83e1 (diff) | |
download | scintilla-mirror-d77d42af4f0d64e85f2860804652d4a976f23e54.tar.gz |
Allow std::unique_ptr to be used more widely.
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 679f1bc2e..57bf6faee 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -37,6 +37,7 @@ #include <string_view> #include <vector> +#include <memory> #include "Platform.h" |