diff options
author | Neil <nyamatongwe@gmail.com> | 2018-05-13 17:52:53 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-05-13 17:52:53 +1000 |
commit | 45b004538871dcac7aa6f4a1f62a0fc3e7231693 (patch) | |
tree | 1760898cddc8e91de4cd9b4dbf94e37afbe9a3b6 /test/unit/unitTest.cxx | |
parent | 90e6b166a5bcb26b76330d6de6858c250b112517 (diff) | |
download | scintilla-mirror-45b004538871dcac7aa6f4a1f62a0fc3e7231693.tar.gz |
Include <string_view> in tests in case needed.
Diffstat (limited to 'test/unit/unitTest.cxx')
-rw-r--r-- | test/unit/unitTest.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/unitTest.cxx b/test/unit/unitTest.cxx index aa9eb6a99..f56cc1993 100644 --- a/test/unit/unitTest.cxx +++ b/test/unit/unitTest.cxx @@ -35,6 +35,8 @@ #include <cstdio> #include <cstdarg> +#include <string_view> + #include "Platform.h" #if defined(__GNUC__) |