From 0a00f1b52c9f05800192db71ccc28dfaed58729b Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 15 Oct 2023 08:40:37 +1100 Subject: Use std::array for regex match positions as it will simplify copying. This change set does not change behaviour. --- test/unit/testRESearch.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/unit/testRESearch.cxx b/test/unit/testRESearch.cxx index 0dadc21c4..5571960d4 100644 --- a/test/unit/testRESearch.cxx +++ b/test/unit/testRESearch.cxx @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3