diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2024-02-10 08:30:46 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2024-02-10 08:30:46 +1100 |
commit | 07a7683902feb4b9944394b9378f0a1a51972497 (patch) | |
tree | 89c95e02b7c722b36869d99962a7292885dfd602 /test | |
parent | 8df2193739e8e37b0ab4c0c31a0e1741351c801f (diff) | |
download | scintilla-mirror-07a7683902feb4b9944394b9378f0a1a51972497.tar.gz |
Add missing header for test.
Diffstat (limited to 'test')
-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 f3308574e..163dbed00 100644 --- a/test/unit/testCellBuffer.cxx +++ b/test/unit/testCellBuffer.cxx @@ -6,6 +6,7 @@ #include <cassert> #include <cstring> #include <stdexcept> +#include <string> #include <string_view> #include <vector> #include <optional> |