From afba7452f631de33230ec00a738867981f2a839e Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 6 Jun 2026 22:14:41 +0100 Subject: [PATCH] Update test_to_u16string.cpp --- test/test_to_u16string.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_to_u16string.cpp b/test/test_to_u16string.cpp index 7c26cd01..22a21c39 100644 --- a/test/test_to_u16string.cpp +++ b/test/test_to_u16string.cpp @@ -28,6 +28,8 @@ SOFTWARE. #include "unit_test_framework.h" +#include + #include "etl/format_spec.h" #include "etl/to_u16string.h" #include "etl/u16string.h"