From 4293dc42f60fff4542162deba616ec99b2d9fd09 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 23 Jan 2023 19:55:20 +0100 Subject: Remove custom CharArray type It has now been replaced, mostly by std::string, so remove the actual type definition. --- tests/unit/unicode.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/unit/unicode.cxx b/tests/unit/unicode.cxx index 32452ee3..4618135d 100644 --- a/tests/unit/unicode.cxx +++ b/tests/unit/unicode.cxx @@ -21,6 +21,7 @@ #endif #include +#include #include #include -- cgit v1.2.3