diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2023-10-18 13:36:18 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2023-10-18 13:36:18 +1100 |
commit | d8d8b19392ef54d3fac860431f2dd059ccf19c18 (patch) | |
tree | b06e39b93dbb2dde7fe212348ab89816207dcb83 /test | |
parent | 6658e397e2d0447bef4c5dd1db1c38d5d7917ac9 (diff) | |
download | scintilla-mirror-d8d8b19392ef54d3fac860431f2dd059ccf19c18.tar.gz |
Fix missing include which caused compilation failure on macOS.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/testRESearch.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/testRESearch.cxx b/test/unit/testRESearch.cxx index 5571960d4..5c5d54c71 100644 --- a/test/unit/testRESearch.cxx +++ b/test/unit/testRESearch.cxx @@ -5,6 +5,7 @@ #include <cstddef> #include <cstring> #include <stdexcept> +#include <string> #include <string_view> #include <vector> #include <array> |